PDA

View Full Version : Can you make a link so someone can download a file?


codytheking313
09-26-2005, 01:01 AM
I was wondering if I to make a link that someone could click on and it would say the download message.

Nightfire
09-26-2005, 01:06 AM
<a href="path/to/file.mp3">Download</a>

Is that what you mean?

codytheking313
09-26-2005, 01:39 AM
When I that it just starts to play the file I want it to say "do wish to save?"

mark87
09-26-2005, 01:41 AM
You can't control that, that's a browser/OS issue.

You could always ZIP or RAR the MP3, that way the dialogue box would come up asking them to save.

codytheking313
09-26-2005, 03:31 AM
Thank you for your help!!!