![]() |
multiUpload library problem - fatal error - 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: multiUpload library problem - fatal error (/showthread.php?tid=47528) |
multiUpload library problem - fatal error - El Forum - 12-12-2011 [eluser]Krystian[/eluser] Hi, I`ve found this link Multi Upload Library copy the library into libraries folder my controller method ( I`m sending the form to this method ) Code: public function upload() I would like to upload 3 files: one image and two pdf files. Of course I need to resize image to 280x280 and create mini 90x90 can some of you help with this. some pseudocode would be appreciated. regards Krystian |