![]() |
Codeigniter "Empty file upload result" help me :( - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Codeigniter "Empty file upload result" help me :( (/showthread.php?tid=311) |
Codeigniter "Empty file upload result" help me :( - esca - 11-20-2014 Hello, I make a classified script and I need image uploader for listings. I using Codeigniter + i18n Library. I want use jQuery File Upload for listings images. But if I use with i18n library file uploader give error as "Empty file upload result". I could not solve this problem. Help me... RE: Codeigniter "Empty file upload result" help me :( - RobertSF - 11-20-2014 (11-20-2014, 08:34 AM)esca Wrote: But if I use with i18n library file uploader give error as "Empty file upload result". I think that's an error message from JQuery. I don't know JQuery, but there's a similar error in CodeIgniter, and it usually means that your configuration is incorrect, especially about server timeout and file max size. Have you tried with very small files, like 5k? If you can upload small files but not regular pictures, that would indicate max size configuration error. Also, have you tried the Codeigniter File Upload Class? Check it out here. https://ellislab.com/codeigniter/user-guide/libraries/file_uploading.html |