I put mp3 and mp4 files on my website with audio/video html5 tags. I want this files can be download by users, and Chrome display a download button to do this, so its ok.
But i've some users using IE and firefox, and they dont have this button. Is there a way to display it or is it just a chrome feature ?
I try to add a download link to the media file with download="download" html5 attribute, but it open the file in a player on a new tab.
How can i do to force IE and firefox to download the files ?
Thanks a lot