Welcome Guest, Not a member yet? Register   Sign In
Unable to upload doc or PDF files
#2

Changed this: $this->load->library('upload', $config);
to this:
$this->load->library('upload');
$this->upload->initialize($config);

And it worked.
Source: https://stackoverflow.com/questions/2720...odeigniter
Reply


Messages In This Thread
RE: Unable to upload doc or PDF files - by gokulakrishna9 - 11-15-2017, 04:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB