File permissions question

Posted by Camran on Stack Overflow See other posts from Stack Overflow or by Camran
Published on 2010-05-31T19:29:34Z Indexed on 2010/05/31 19:33 UTC
Read the original article Hit count: 138

Filed under:
|
|
|
|

If I need a php-page to have access to upload images and move images from a folder on the server, what permissions would I set on the folder then?

I know we have "Owner", "Group", and "Others". But what does the server (or the php-code itself) count as? Owner?

Also, would I need to set the php-page with the upload script with some specific permissions to be able to upload the files? Is it execute permissions?

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about php