Hi,
how to do this:
the page is to be able to allow a user to enter a password so as to download
documents. It does not meant for any users to download. It is for some
specific users. What I want is to send them a password through email,
but I want to know who's has downloaded.
Please adivce. thanks...

Re: download file protect by Curt_C

Curt_C
Fri Apr 01 15:34:34 CST 2005

store the file outside the WWW path and stream it to the client after you
validate them.
See http://www.darkfalz.com/1098 for streaming starter

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"js" <js@someone@hotmail.com> wrote in message
news:eKlPT7vNFHA.2144@TK2MSFTNGP09.phx.gbl...
> Hi,
> how to do this:
> the page is to be able to allow a user to enter a password so as to
> download
> documents. It does not meant for any users to download. It is for some
> specific users. What I want is to send them a password through email,
> but I want to know who's has downloaded.
> Please adivce. thanks...
>
>
>



Re: download file protect by js

js
Fri Apr 01 15:48:53 CST 2005

Thanks Curt,

"Curt_C [MVP]" wrote in message
news:uhzWIJwNFHA.1476@TK2MSFTNGP10.phx.gbl...
> store the file outside the WWW path and stream it to the client after you
> validate them.
> See http://www.darkfalz.com/1098 for streaming starter
>

what will be the usual way to validate them? Can I use a client script
instead? Thanks.



Re: download file protect by Curt_C

Curt_C
Fri Apr 01 15:57:08 CST 2005

no, you will have to store the user/pass in a db/file/etc, or use windows
auth.
There are a bunch of sample on that out there. It will have to be SERVER
side though, otherwise the people could just doa VIEW-SOURCE and see the
credentials

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"js" <js@someone@hotmail.com> wrote in message
news:%23lSoaSwNFHA.2964@TK2MSFTNGP10.phx.gbl...
> Thanks Curt,
>
> "Curt_C [MVP]" wrote in message
> news:uhzWIJwNFHA.1476@TK2MSFTNGP10.phx.gbl...
>> store the file outside the WWW path and stream it to the client after you
>> validate them.
>> See http://www.darkfalz.com/1098 for streaming starter
>>
>
> what will be the usual way to validate them? Can I use a client script
> instead? Thanks.
>



Re: download file protect by js

js
Fri Apr 01 16:02:26 CST 2005

Thanks...

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uqxmvVwNFHA.3984@TK2MSFTNGP12.phx.gbl...
> no, you will have to store the user/pass in a db/file/etc, or use windows
> auth.
> There are a bunch of sample on that out there. It will have to be SERVER
> side though, otherwise the people could just doa VIEW-SOURCE and see the
> credentials



Re: download file protect by James

James
Sat Apr 02 12:32:01 CST 2005

Here are some links to articles regarding the streaming process.

http://www.aspin.com/func/content-search?id=5357510&qry= download+file

http://www.asp101.com/articles/jason/filedownloadlist/defaul t.asp

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?ln
gWId=4&txtCodeId=7351

http://www.developerfusion.com/show/233/

http://www.4guysfromrolla.com/webtech/081199-1.shtml

http://www.aspalliance.com/chrisg/default.asp?article=49

Here is a ASP application that handles everything for you.

http://www.aspprotect.com/more_info_full_v7.asp







"js" <js@someone@hotmail.com> wrote in message
news:upwU$ZwNFHA.1176@TK2MSFTNGP12.phx.gbl...
> Thanks...
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:uqxmvVwNFHA.3984@TK2MSFTNGP12.phx.gbl...
>> no, you will have to store the user/pass in a db/file/etc, or use windows
>> auth.
>> There are a bunch of sample on that out there. It will have to be SERVER
>> side though, otherwise the people could just doa VIEW-SOURCE and see the
>> credentials
>
>



Re: download file protect by js

js
Sat Apr 02 13:07:22 CST 2005

Great source to share...
Thanks James.

"James Van" <jv144@hotmail.com> wrote in message
news:u%23hmLK7NFHA.3704@TK2MSFTNGP12.phx.gbl...
> Here are some links to articles regarding the streaming process.
>
> http://www.aspin.com/func/content-search?id=5357510&qry= download+file
>
> http://www.asp101.com/articles/jason/filedownloadlist/defaul t.asp
>
> http://www.planet-source-code.com/vb/scripts/ShowCode.asp?ln
> gWId=4&txtCodeId=7351
>
> http://www.developerfusion.com/show/233/
>
> http://www.4guysfromrolla.com/webtech/081199-1.shtml
>
> http://www.aspalliance.com/chrisg/default.asp?article=49
>
> Here is a ASP application that handles everything for you.
>
> http://www.aspprotect.com/more_info_full_v7.asp
>
>
>
>
>
>
>
> "js" <js@someone@hotmail.com> wrote in message
> news:upwU$ZwNFHA.1176@TK2MSFTNGP12.phx.gbl...
>> Thanks...
>>
>> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
>> news:uqxmvVwNFHA.3984@TK2MSFTNGP12.phx.gbl...
>>> no, you will have to store the user/pass in a db/file/etc, or use
>>> windows auth.
>>> There are a bunch of sample on that out there. It will have to be SERVER
>>> side though, otherwise the people could just doa VIEW-SOURCE and see the
>>> credentials
>>
>>
>
>