Click to See Complete Forum and Search --> : music downloads


astrella_87
07-07-2003, 12:58 AM
hey
how do iput in music downloads? i don't want them to be embedded and i want people to be able to save them...:)

requestcode
07-07-2003, 11:46 AM
If you don't have access to server side languages such as PHP or Perl then you could try zipiing them and then provide a link to the zip file. Lik this:
<a href="mymusic.zip">Music</a>

That should force the browser to ask if they want to download them.