Re: [PHP] uploading a file - here is the error message...

2002-07-01 Thread Phil Schwarzmann
I took your advice first and tried "move_uploaded_file" and it kept saying "It barfed" (hehe). Then I switched to "copY" and got this new error. Thaks for your help!! >>> [EMAIL PROTECTED] 07/01/02 01:29PM >>> Hi Phil, first thing u should do is to check permission of this directory

Re: [PHP] uploading a file - here is the error message...

2002-07-01 Thread Mirza Muharemagic
Hi Phil, first thing u should do is to check permission of this directory (CHMOD). the 2nd one, u should replace function "copy" with "move_uploaded_file". than is should work. Mirza [EMAIL PROTECTED] 01.07.2002 19:13 > Here is the error I'm receiving when attempting to up

Re: [PHP] uploading a file - here is the error message...

2002-07-01 Thread Kevin Stone
That's always possible. Unless you have access to your temp directory you will not be able to update the permissions. At this point I would email your host and ask them about the situation. Good luck. -Kevin - Original Message - From: "Phil Schwarzmann" <[EMAIL PROTECTED]> To: <[EMAIL

RE: [PHP] uploading a file - here is the error message...

2002-07-01 Thread Lazor, Ed
The web server needs write access to where you're trying to store the files. Check the directory permissions. Check with your ISP to make sure there are solutions other than making the directory world writeable. -Original Message- From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]] Sent: M