PDA

View Full Version : Download Music


Prath
09-06-2002, 09:55 AM
I have a page where the visitors can hear the music.

Need to provide an option for visitors to download music, how do I implement it using JavaScript.

mordred
09-06-2002, 10:32 AM
A simple link perhaps?

Prath
09-07-2002, 06:39 AM
I did try that.

It actually opens the media player to play , but does not show the option to save it.

joh6nn
09-07-2002, 06:53 AM
do you know if you can use .htaccess files?

mordred
09-07-2002, 09:30 AM
If you haven't got this option, just put your music file into a .zip file and link to that.

P.S: Just noticed that the latest security upgrade for IE seems to have made this option ('open file directly') disabled by default.

P.P.S: This all has nothing to do with JavaScript.