[PHP] problem with copy($file,path) to up load a file

2001-11-03 Thread banyWilson

When i use function copy($file,$path)to uplode a file , the error message
shows that :permision denied!
 what's wrong ,Who can help me!!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] problem with copy($file,path) to up load a file

2001-11-03 Thread Jack Dempsey

that means you don't have permissions to write that file to whatever
directory is your target.if you tried the same thing from teh command
line you'd get the same error

-Original Message-
From: banyWilson [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 03, 2001 11:39 AM
To: [EMAIL PROTECTED]
Subject: [PHP] problem with copy($file,path) to up load a file


When i use function copy($file,$path)to uplode a file , the error message
shows that :permision denied!
 what's wrong ,Who can help me!!



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]