![]() |
upload will not respect config - 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 will not respect config (/showthread.php?tid=41404) |
upload will not respect config - El Forum - 05-06-2011 [eluser]RJ[/eluser] Hopefully someone can help, I can't for the life of me get past the "The filetype you are attempting to upload is not allowed." error. Below is the config and properties of upload object after I've tried to upload. Thank you Code: $config['upload_path'] = 'uploads/'; Quote:CI_Upload Object upload will not respect config - El Forum - 05-07-2011 [eluser]InsiteFX[/eluser] Get rid of the eding JPG InsiteFX |