Right now, when a person clicks on a link to an mp3 file, the mime type is set to automatically play (or try to play) the file.
I'd like to force the browser to download the file rather than start playing it.
Is there a way to locally override the mime type directions in the HTML code?
THANKS.