Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I has a file with extension .bpnm, i need to download the file instead of displaying on the browser.Follwing is the code i used,

<a href="http://***FILE.bpmn" download>Download BPNM</a>
<a href="http://***FILE.pdf" download>Download PDF</a>
<a href="http://***FILE.xlsx" download>Download XLSX</a>
It is working fine with chrome for all the files, fairfox working fine with pdf and xlsx but facing problem with BPNM file. Incase of IE all formats are displaying content on the browser page itself and for the BPNM ,content is not actual, it is shwoing some xml content..I tried with .htaccess file as well but no use..

What would be the problem here?? Please help me
Posted
Comments
Code Help 2014 2-Apr-14 7:30am    
Do you get any error msg in firefox?

1 solution

This appears to be something related to you settings or plugins installed in firefox. Check your page on some other computer. Also check that which plugins are installed in firefox and see if any of these is causing the issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900