PDA

View Full Version : How to link to a download file


Peng
08-07-1999, 08:49 AM
I want people to download a file from my site. Can anyone tell me how to do it?<BR><BR>Thanks

Zola
08-07-1999, 10:50 AM
<a href = http://www.Whatever.com/WhereverFileIs/filename.ext>Download AVI of exploding whale here!!!</a><BR><BR>It works just like any other hyperlink, it just points to the exact location of the file.

Shashin
08-07-1999, 05:30 PM
I have a text file which I want clients to download on their PC.<BR><BR>Can anyone help me with this?<BR><A HREF....> tags work for .doc files but fails for .txt files.<BR><BR>Any suggestion is welcome.<BR>Shashin.

Zola
08-07-1999, 06:11 PM
Put it in a zip file

Shashin
08-07-1999, 08:04 PM
Thanks for your suggestion. But I have a problem. My text files are being created and accessed dynamically. can I zip my files using ASP or VB script?

Zola
08-09-1999, 01:00 PM
I know there is a way to do it, but I personally don't know how...