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.