File Download in my own website

K

karen

Dear all,

I wanna make a link for my visitors to download some files
in my website.How can I do so?

Thanks Thanks.

Karen
 
E

Evertjan.

karen wrote on 30 jul 2003 in microsoft.public.inetserver.asp.general:
I wanna make a link for my visitors to download some files
in my website.How can I do so?


<a href="my.txt">please rightclick and choose "save target as"</a>

or in "mytext.asp":

<%
Response.ContentType = "application/tobedownloaded"
&>

This one not tested !
 
K

Karen

Hi Evertjan,

thanks for your reply.Although it works, but is there any
other methods??sth like when the user just clicks, then
popup a window to ask him to save it??


Karen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,079
Messages
2,570,574
Members
47,206
Latest member
Zenden

Latest Threads

Top