Trying to use the COPY function to allow user uploads to a site,
along the lines of: 

copy(temp directory, directory on my server). 

However, I'm getting an error: 

Warning: Unable to create 'directory/image name': Permission denied
in myPHPfile on line x (where x is the COPY function).

I've set owner permission to RWX on both the PHP file where the
function is, and the directory to which the files are being uploaded.
Any ideas why I'm still getting permission denied?

Apologies if this question has come around before.

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to