move_uploaded_file permissions problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bill

    move_uploaded_file permissions problem

    My ISP puts uploads into /tmp. (server root)
    I can successfully move the file to my directory, but in order to
    do so I need to set the directory permissions to 777 because the
    owner/group of the file is set to httpd httpd.

    I would rather not have to open the directory this way.

    Any suggestions ?

    bill
Working...