XUpload - Uploaded files have permission set to 600

Message
Author
steve30000
Posts: 3
Joined: Nov 08, 2006 10:47 pm

Uploaded files have permission set to 600

#1 Postby steve30000 » Nov 09, 2006 12:19 am

I seem to have everything working well with the upload portion of the script. However, I am not able to access the files through my website. I receive a 403 error and find that the files only have a permission level set to 600. If I manually change the permission level of each file, it works fine and I can download the file from my site through the web.

I have my uploads and temp folder outside of the cgi-bin and in accessible webspace. They have both have permissions set to 777.

Any ideas what I can do so that I can download these files from the web?

Thanks,
Steve

PS: Great script BTW

steve30000
Posts: 3
Joined: Nov 08, 2006 10:47 pm

#2 Postby steve30000 » Nov 09, 2006 4:24 am

Nevermind... solved it myself. Ended up justing putting the php CHMOD command in the URL which the script goes to upon completion.