![]() |
Upload multiple files - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Upload multiple files (/showthread.php?tid=3844) |
Upload multiple files - El Forum - 10-25-2007 [eluser]Unknown[/eluser] Is there a way to upload multiple files with codigniter? If so, how can I validate each one of then (if I want some to be imgs and some to be videos, for instance)? Upload multiple files - El Forum - 10-26-2007 [eluser]Derek Allard[/eluser] You betcha. This has been tackled several times, and a quick search on these forums should help out. Take a look and see if you can find how someone else may have solved this. Good luck, and hey, welcome to CI! Upload multiple files - El Forum - 10-26-2007 [eluser]ELRafael[/eluser] you can put the filename in an array and make a foreach. inside that foreach you call the upload method but, first do what Derek told. He has a better (muuuuch better) vision than mine |