Results 1 to 3 of 3
Related
-
SUBMIT - can it insert to DB and create a txt file? Forum: PHP Forum
Replies: 9 -
how do you insert a flash file onto your web page Forum: HTML Forum
Replies: 2 -
Insert a wav file Forum: HTML Forum
Replies: 3 -
Code for a file download Forum: HTML Forum
Replies: 8 -
make a file download Forum: HTML Forum
Replies: 3
-
04-11-2003, 04:50 AM #1
How to Insert a Link That Will Download a File
I am trying to add a link to a .gif that when clicked will open the download window and offer the choice of Open or Save.
At the moment my link is
<a href="nice_n_easymap.gif"><span style='mso-bidi-font-size:
10.0pt'>Course Map</span></a>
This just opens the file in the browser.
I'm sure that the answer is very straightforward but I can't find it by searching
-
04-11-2003, 07:26 AM #2
You are going to have to zip it up and link to the zip.
Dave
-
04-11-2003, 08:51 AM #3
Why not tell those visitors who don't already know that they can right click the image and use the "save (picture or ???) as" option of their browser to do what you want?
(That will empower them for "ALL" internet browsing - not merely saving a picture at your site.)