Click to See Complete Forum and Search --> : File Transfer


JDM71488
06-26-2003, 10:54 AM
Hello... Is there a way to put a file (mp3) on your website, and have a user download it from their computer? It doesnt have to be playing or anything, I tried to email it, but I keep getting errors.

JDM

DaveSW
06-26-2003, 11:13 AM
Try uploading it somewhere, and then offering a hyperlink to it off a html page
e.g. <A href="http://www.mysite.com/mymp3.mp3">Mp3 file</A>

You should then get a download box appear when you click it..

JDM71488
06-26-2003, 12:29 PM
Well thats just makes it play... :( Any other ideas?

JDM

pyro
06-26-2003, 01:03 PM
right click and save as, or use server side programming to force a download. http://www.infinitypages.com/research/download.htm

JDM71488
06-26-2003, 01:19 PM
I love PHP... thanks guys...

JDM