|
Posted by Adrienne Boswell on 01/06/07 03:33
Gazing into my crystal ball I observed ronthemon@comcast.net writing in
news:1168022432.226522.300870@51g2000cwl.googlegroups.com:
> First off let me go ahead and say thank you to anyone that can help me
> out here.
>
> I am an industrial designer trying to set up a website that would
allow
> my clients to login securely and access files for downloading. I am
> comfortable with HTML and JavaScript, but want something secure, I
have
> messed about with some ASP scripts, but have not really got what I
> want, basically I would like to be able to setup multiple usernames
and
> passwords that when entered would display a directory tree in the
> browser window and allow files to be downloaded.
>
> Thanks to anyone that can help.
>
>
You're going to have to do it server side - client side is just too
risky, both for you and the client.
My suggestion is to set up a simple database with username, password and
any other information would like to collect. Have the users login and
use a server side script to redirect them to the download page.
With that said, it's also a good idea to look into SQL injection and use
best practices to prevent it.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Navigation:
[Reply to this message]
|