I'm working for a project where I have to implement a functionality : mp3 download. I only got the hosted file url on Amazon S3 and when I click on a button it should trigger the download. I tried the download attribute for HTML5 but it doesn't work on mozilla, and its not possible for me.
<a href="www.myurl.cloudfront.net/mymp3.mp3" download> Download </a>
Do you guys have any solution to make it works on every browsers ? Or any other solutions..
Thanks !
Nael