I have tried download file using jQuery like this :
window.location.href = "docs/eaResponseEsomar-28.docx";
it is working in chrome but not in firefox. I google it but didnt find satisfing answer. how to pragmatically give download link that will work in every browser? what should be done?