RE: [PHP] Having trouble with Uploading Files to Server...

2003-11-05 Thread Pablo Gosse
On Wednesday, November 05, 2003 8:03 AM, Dimitri wrote: I'm trying to allow users to upload files to my server. I have the appropriate code (I think) but I'm getting this error message. Can someone tell me why, and how to fix this? Warning: move_uploaded_file(/home/unit-

Re: [PHP] Having trouble with Uploading Files to Server...

2003-11-05 Thread Marek Kilimajer
Web server need permission to write to /home/unit-dir/public_html/members/memberpix/ directory. Change the directory permissions to 777. Dimitri Marshall wrote: Hi, I'm trying to allow users to upload files to my server. I have the appropriate code (I think) but I'm getting this error message.

Re: [PHP] Having trouble with Uploading Files to Server...

2003-11-05 Thread Dimitri Marshall
Wicked... Works, thanks. Dimitri Marshall Marek Kilimajer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Web server need permission to write to /home/unit-dir/public_html/members/memberpix/ directory. Change the directory permissions to 777. Dimitri Marshall wrote: Hi, I'm