![]() |
Tutorial File Upload Class Problem - 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: Tutorial File Upload Class Problem (/showthread.php?tid=57591) |
Tutorial File Upload Class Problem - El Forum - 03-25-2013 [eluser]davehedgehog[/eluser] Okā¦same area, new problem was wondering if you guys could help. Basically I cant upload the file and keep getting 404 I have configured the Url etc. and think it reads right like this: www.####.com/upload/do_upload Now my route config file reads: Code: $route['upload/upload_success'] = 'upload/upload_success'; My View is slightly different from the tutorial to allow me to browser folders. Code: <html> oh and the Success view Code: <html> And the Controller file: Code: <?php I have also set the uploads folder at the root with permissions set to 0777, Ive been tinkering with different options most of the day and still baffled by the 404 =S Any help? Tutorial File Upload Class Problem - El Forum - 03-25-2013 [eluser]TheFuzzy0ne[/eluser] This is a duplicate of this post http://ellislab.com/forums/viewthread/234301/#1050468. Please do not reply to this thread. Please don't double-post. It makes it more difficult to help you, and it will result in people not wanting to help you. Tutorial File Upload Class Problem - El Forum - 03-25-2013 [eluser]davehedgehog[/eluser] Oh my bad sorry, wanted to make sure I asked you two that previously commented also oh as well as distinguish betweent the different problems |