Welcome Guest, Not a member yet? Register   Sign In
Please explain UPLOAD strange error
#5

[eluser]xwero[/eluser]
Oh yes it's the common newbie mistake of loading a library more than once. You have to use initialize in your not working class.
Code:
$this->load->library('upload', $config);
change to
Code:
$this->upload->initialize($config);


Messages In This Thread
Please explain UPLOAD strange error - by El Forum - 10-08-2008, 12:45 AM
Please explain UPLOAD strange error - by El Forum - 10-08-2008, 12:46 AM
Please explain UPLOAD strange error - by El Forum - 10-08-2008, 01:04 AM
Please explain UPLOAD strange error - by El Forum - 10-08-2008, 03:20 AM
Please explain UPLOAD strange error - by El Forum - 10-08-2008, 03:51 AM
Please explain UPLOAD strange error - by El Forum - 10-08-2008, 12:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB