CodeIgniter Forums
The upload path does not appear to be valid. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: The upload path does not appear to be valid. (/showthread.php?tid=33789)



The upload path does not appear to be valid. - El Forum - 09-08-2010

[eluser]Aaron_owen[/eluser]
Hi,

I have copied the code for the image uploader off the user guide exactly yet im still getting
Quote:The upload path does not appear to be valid.

Im using this as my upload path
Code:
$config['upload_path'] = './uploads';

Im guessing maybe its something to do with the fact that I have the application folder outside of the system folder. Im dont know lol

Anybody got any advice?


The upload path does not appear to be valid. - El Forum - 09-08-2010

[eluser]kkristo[/eluser]
You have uploads folder root level ? If yes, then have 777 right to folder uploads ?


The upload path does not appear to be valid. - El Forum - 09-08-2010

[eluser]Aaron_owen[/eluser]
yeah it was on 777, managed to fix it in the end. It was javascripts playing up Smile.