CodeIgniter Forums
form validation and uploaded file validation together - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: form validation and uploaded file validation together (/showthread.php?tid=24426)



form validation and uploaded file validation together - El Forum - 11-09-2009

[eluser]bhbutter123[/eluser]
I have a form for a photo album program where a user enters some information such as the title and description and then a slot to upload the folder, I have used the form validation script before but since this has a file uploaded i would like to use the file upload class and the form validation class because that would give me the most leverage in options. How would I go about doing this or would i need to do one and then if that passes finish it with the other class?