Welcome Guest, Not a member yet? Register   Sign In
"The upload path does not appear to be valid" (PULLING MY HAIR OUT !!!!) [SOLVED]
#11

[eluser]Christoph Rumpel[/eluser]
In my case it is not working with the period. It only works like that:

$config['upload_path'] = '/Applications/MAMP/htdocs/gallery/';
$config['allowed_types'] = 'gif|jpg|png';
$config['max_size'] = '100';
$config['max_width'] = '1024';
$config['max_height'] = '768';

$this->upload->initialize($config);

Still dont know why...


Messages In This Thread
"The upload path does not appear to be valid" (PULLING MY HAIR OUT !!!!) [SOLVED] - by El Forum - 05-07-2011, 05:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB