In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> 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.

Is the owner the ID that your webserver runs as?

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

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

Reply via email to