Search found 4 matches

by mk_silence
Sat Jun 21, 2003 9:32 am
Forum: PHP - Code
Topic: Problems uploading to a password protected folder
Replies: 6
Views: 3400

sure :) I bumped into this before on another project and spent about 2 days to figure out what went wrong. That's what happens when you don't read CAREFULLY the documentation.
by mk_silence
Sat Jun 21, 2003 7:43 am
Forum: PHP - Code
Topic: Problems uploading to a password protected folder
Replies: 6
Views: 3400

Problem solved - file permissions stuff I used something like this: I changed the mod of the protected folder to 777 and same for all the subfolders in it. Since the folder is password protected through apache, I think it's safe. Actualy, I tested it. The upload script is also protected through a se...
by mk_silence
Sat Jun 21, 2003 6:17 am
Forum: PHP - Code
Topic: Problems uploading to a password protected folder
Replies: 6
Views: 3400

The protected directory has a chmod of 755, (drwxr-xr-x)
by mk_silence
Sat Jun 21, 2003 5:28 am
Forum: PHP - Code
Topic: Problems uploading to a password protected folder
Replies: 6
Views: 3400

Problems uploading to a password protected folder

Hi there, I experience problems in uploading files to a password protected folder. The protected folder contains only pictures and it's protected from outsiders via direct link but for registered users should be ok to view. I wrote a script that can access the files in there and display them in the ...