Welcome Guest, Not a member yet? Register   Sign In
The upload path does not appear to be valid.
#1

[eluser]HooJee[/eluser]
Hi Guys

I am setup an Upload class using the following tutorial:
http://ellislab.com/codeigniter/user-gui...ading.html

Everytime I try to upload, I get the following error message:

Code:
The upload path does not appear to be valid.

Could the problem be associated to the OS ? I am running a windows xp and WAMP 2.0
#2

[eluser]bretticus[/eluser]
It could if you're using unix paths such as the ones in the examples. Call this if do_upload returns false (as the manual suggests)

$this->upload->display_errors('<p>', '</p>');

Or did you get your only error message from display_errors in the first place?




Theme © iAndrew 2016 - Forum software by © MyBB