Welcome Guest, Not a member yet? Register   Sign In
Upload Model issues.
#2

In models/upload_model.php, before:

PHP Code:
if ($this->upload->do_upload()) 

you probably need to add:
PHP Code:
$this->load->library('upload'$config); 

Otherwise, wherever you're loading the upload library is where you're getting the $config values, so your upload path is probably set to a default value rather than the $config value you're passing to your model.
Reply


Messages In This Thread
Upload Model issues. - by miiikkeyyyy - 03-01-2015, 01:00 PM
RE: Upload Model issues. - by mwhitney - 03-05-2015, 07:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB