I have a form in which there are both types of fields means inputs text , radio , select , textarea and file upload fields.
I am using the same form for insert and edit.
My problem is that i have to upload file and insert the data in the table.
Also the uploading is optonal. I have failed to find any logic to handle this. Can anyone suggest how i can do this task?
I have a form in which there are both types of fields means inputs
Share
After a little research i have found a solution here
Using Codeigniter Form Validation Library
http://codeigniter.com/user_guide/libraries/form_validation.html
And
http://keighl.com/post/codeigniter-file-upload-validation
A great article. Solver my problem