Search found 3 matches

by steve30000
Jan 03, 2007 4:58 pm
Forum: XUpload
Topic: Renamed file variable name in POST
Replies: 1
Views: 5359

Renamed file variable name in POST

If a file already exists, and the file is renamed, is there a different variable name for the filename that is returned in the php POST parameter? For example, my file name in my form is file1x. Whenever, I read the returned POST variable for file1x, it is always the original file name so it works f...
by steve30000
Nov 09, 2006 4:24 am
Forum: XUpload
Topic: Uploaded files have permission set to 600
Replies: 1
Views: 5286

Nevermind... solved it myself. Ended up justing putting the php CHMOD command in the URL which the script goes to upon completion.
by steve30000
Nov 09, 2006 12:19 am
Forum: XUpload
Topic: Uploaded files have permission set to 600
Replies: 1
Views: 5286

Uploaded files have permission set to 600

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 an...