ShootingBlanks
05-12-2008, 02:29 PM
Hello.
I created a standard form for people to upload files to my web server from. The problem is that when the files get uploaded, they are not readable. The FOLDER on the server is CHMOD'd to "744", but the FILES get uploaded as "600" (not readable)...
I would like to know how to get a file uploaded as "744" when using the standard "move_uploaded_file" command?...
Thanks!!!
I created a standard form for people to upload files to my web server from. The problem is that when the files get uploaded, they are not readable. The FOLDER on the server is CHMOD'd to "744", but the FILES get uploaded as "600" (not readable)...
I would like to know how to get a file uploaded as "744" when using the standard "move_uploaded_file" command?...
Thanks!!!