T O P I C R E V I E W |
neranima |
Posted - 12 Jan 2004 : 01:22:13 I have files that i'd like my friends to download...i've made a link to them already however, when it's clicked, it opens up windows media player...and when you right click and try to save target as it saves it as a html file. What can i do about this to get it to work right? [2 ?:-|]
Thx in advance. |
2 L A T E S T R E P L I E S (Newest First) |
neranima |
Posted - 12 Jan 2004 : 23:46:11 k, kewl...i'll try it out and see what happens...thx |
s.dav |
Posted - 12 Jan 2004 : 08:52:20 Hello neranima,
what type of files do you want to link? Every browser work different for example you link a image (.jpg or .gif) the browser show it; if you link a (.mov,.avi and so) the browser open the media player (if it recognize it as a movie file). The simplest way to force the browser to show the "Save As" window is to pack the files in a .zip.
In alternative if you usa a web server with dynamic pages (.asp,.php,.jsp,etc.) you can add an header to a page saying that the file is a downloadable file
This is the example for .asp file
response.addheader "content-type", "application/bin" response.redirect "myfile.mov"
Note that in the next version 2.0 Dynamic HTML Editor come with a link wizard who help you to make links.
|
|
|