I would like to have an a tag (anchor) that triggers a download when clicked.
I've already tried all the solutions in this S/O question and more: How to trigger a file download when clicking an html button or javascript and non works, except for this one:
<a href="lorem.gif" download="lorem.gif">HTML 5 Download</a>
This one works in the latest versions of Firefox and Chrome for certain file types, like images, but doesn't work for PDFs and it doesn't work on IE and many other browsers either.