Guest_imported
New member
- Jan 1, 1970
- 0
I have a folder that contains some important files. I want to have a password protect this folder, and only allow the persons with the right username and password to download the files. The username and password have to be from the database.
I come up with some ideas but i don't know how to make it works.
1. Use asp to check username and passwords, and then if it is correct then send a file that locate not in to the user.>>>I don't know how to send a file to an user
2. Use server password to protect a folder, and use asp script (base on session) to disable the password protected folder.>>>also i don't know how to enable the access through the folder
If somebody having any ideas to make this work or any ideas to make my ideas work, please help me
I come up with some ideas but i don't know how to make it works.
1. Use asp to check username and passwords, and then if it is correct then send a file that locate not in to the user.>>>I don't know how to send a file to an user
2. Use server password to protect a folder, and use asp script (base on session) to disable the password protected folder.>>>also i don't know how to enable the access through the folder
If somebody having any ideas to make this work or any ideas to make my ideas work, please help me