Thread: how do i zip for download link?
Results 1 to 6 of 6
Related
-
What's the HTML code to download a pdf from a link Forum: HTML Forum
Replies: 4 -
how do you make a download link? Forum: HTML Forum
Replies: 5 -
Download link help please Forum: HTML Forum
Replies: 10 -
download link Forum: HTML Forum
Replies: 4 -
How to Insert a Link That Will Download a File Forum: HTML Forum
Replies: 2
-
05-20-2003, 10:12 PM #1
how do i zip for download link?
argh i still dont know how to make a download link
what i need is a clear message of how to do it plz cuz as you know im a newb
-
05-21-2003, 01:37 AM #2
if the file u want to link for download is test.zip then
<a href='test.zip'>Download test.zip</a>
make sure u get the url right. hope that helps
-
05-21-2003, 10:00 AM #3
Note that so long as the .extension of the file is one not associated with an application/program on the user's computer, the Open here, download, ... pop-up box query should present itself when the link/URL is clicked.
I'd imagine there is some sort of code that would force that query box to display regardless of the .extension, and I may have seen it but the hades if I can remember it or find it on my computer.
-
05-21-2003, 08:34 PM #4
no way to force the download file query as far as i know, but then again, i don't really know much
-
05-23-2003, 09:10 AM #5
If you can modify how mime-types are handled on the server, you can force a download for a given file extension, I believe.
-
05-23-2003, 01:28 PM #6
Yes, you forge a header -
Code:Content-type: octet-stream
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?