Welcome Guest, Not a member yet? Register   Sign In
image upload problem
#4

[eluser]ELRafael[/eluser]
Code:
$config['upload_path'] = '.images/';

Try to change to
Code:
$config['upload_path'] = './images/';

and try to use
Code:
$this->upload->display_errors()
to show the errors messages.


Messages In This Thread
image upload problem - by El Forum - 07-29-2010, 03:12 AM
image upload problem - by El Forum - 07-29-2010, 10:40 AM
image upload problem - by El Forum - 07-29-2010, 10:44 AM
image upload problem - by El Forum - 07-29-2010, 12:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB