![]() |
Codeigniter file upload only works on localhost but no on production server - 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: Codeigniter file upload only works on localhost but no on production server (/showthread.php?tid=52225) |
Codeigniter file upload only works on localhost but no on production server - El Forum - 06-02-2012 [eluser]Unknown[/eluser] Hello everybody. My problem is that i made a file upload with codeigniter, and the allowed file types are: DOC, PDF, RTF, DOCX, and its working fine on localhost. But when im upload it on a production server, no matter what file type im trieing to upload nothing is excepted. Did anybody else ran into this problem? or can someone give me a hint? Thank you Codeigniter file upload only works on localhost but no on production server - El Forum - 06-02-2012 [eluser]TWP Marketing[/eluser] Check the access privileges on the upload directory. You may have them set correctly on localhost, but not on the production server |