Stop webapp from streaming mp3 file but download it instead

Stop webapp from streaming mp3 file but download it instead

I am coding a webapp using html5 and jquerymobile, and i created a download link that streams the mp3 file, which i dont want it to do. i used the html5 download tag but it doesnt help, only works in chrome.

  1. <a href="Zagro Deejays feat Lala - Inspiration (Main Mix).mp3" download="Zagro Deejays feat Lala - Inspiration (Main Mix)" class="ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-arrow-d">download</a>