Hi..
I am a php-beginner with some beginners problems...
I've tried to use the file upload code in the article "File upload made easy" by Darren Beale. I didn't find it too easy..
I've defined the $the_path var as a sub-directory in my public_html folder:
--> $the_path = "/uploads";
Further I used the chmod command to ghange the permissions to that folder
--> chmod 755 public_html/uploads/
This seems ok to me, but I get an error message when I try to upload a file anyway.
If someone recognize this problem and have an answer for it, please reply.
Oddbjørn, Norway