hello there i am constructing a site where i can upload my own mp3 files. So i have the file uploaded to the server and when i link to it the browser plays the song. Is it possible to make it so when the link is press it downloads the file instead of playing it.
For example www.example.com/music/song.mp3 once clicked it downloads instead of playing.
Maybe this could be done in JavaScript?
Thanks so much.