Search found 4 matches
- Sat Jun 21, 2003 9:32 am
- Forum: PHP - Code
- Topic: Problems uploading to a password protected folder
- Replies: 6
- Views: 3400
- 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...
- Sat Jun 21, 2003 6:17 am
- Forum: PHP - Code
- Topic: Problems uploading to a password protected folder
- Replies: 6
- Views: 3400
- 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 ...