Welcome Guest, Not a member yet? Register   Sign In
uploading
#3

[eluser]anaxamaxan[/eluser]
If you're following the code in the user guide, your controller class should be Upload, and the method is do_upload. So, your form action value, i.e. the form open in your view should be
form_open_multipart('upload/do_upload');
http://localhost/CodeIgniter/upload/do_upload

Are you putting the Upload controller in a subdirectory, i.e. application/controllers/search/upload.php ? If so, be sure your form_open_multipart() matches that path.


Messages In This Thread
uploading - by El Forum - 11-23-2010, 10:35 PM
uploading - by El Forum - 11-23-2010, 11:34 PM
uploading - by El Forum - 11-23-2010, 11:39 PM
uploading - by El Forum - 11-23-2010, 11:55 PM
uploading - by El Forum - 11-24-2010, 12:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB