![]() |
upload and validation - 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: upload and validation (/showthread.php?tid=14029) |
upload and validation - El Forum - 12-15-2008 [eluser]Rvnikita[/eluser] Hi! I read a lot on this forum about problems in CI with using uploading files and validation fields at the same time, found a lot of discussions and tried to merge information in one topic. The last version contains 2 file upload fileds and one text field: Controller: Code: <?php Viewer: Code: <html> I have some ideas to upgrade this code, may be later... By the way, i don't understand why CI core coders don't intigrated file upload in validation :\ May be because it's not so easy... |