- Impact
- 0
I am trying to install code that would allow my viewers the ability to download National Geographic map files of different hiking routes I have made, but I have not had any success. Here is the code I am using:
<A HREF = "/gallery/maps/images/NS-TP-05/map.tpo">
<IMG SRC = "/buttons/download.jpg" BORDER = "0"></A>
My expectation is this code/browser would use my download facility on my system to copy the file map.tpo to my desktop. Instead, the contents of the binary file is copied into a new browser window which is not the expected behavior for downloading. I got this code from another website that supports downloading these kinds of files and everything worked just fine.
Can any one tell me what I am doing wrong?
<A HREF = "/gallery/maps/images/NS-TP-05/map.tpo">
<IMG SRC = "/buttons/download.jpg" BORDER = "0"></A>
My expectation is this code/browser would use my download facility on my system to copy the file map.tpo to my desktop. Instead, the contents of the binary file is copied into a new browser window which is not the expected behavior for downloading. I got this code from another website that supports downloading these kinds of files and everything worked just fine.
Can any one tell me what I am doing wrong?







