I am working in ASP.NET environment and need to download PDF from Media library ( Sitecore ) on anchor click event.
<a style="cursor: pointer;" href="https://mypdf.pdf" download="mypdf">Download PDF </a>
Given attribute downloading file in Chrome but not in Firefox and IE9/10.
Am I missing something to add in given anchor.