I am trying to get my file, which is in my image folder, to become downloadable. I have simply linked it in my site as
<a href="images/Resume.jpg" download> Resume</a>
I have edited it to this, but is still not working in Internet Explorer, therefore can I have another option available for internet explorer as well.
It's a simple jpeg. When clicked, it opens the page and the picture appears. But I want it to be downloaded the moment it's clicked. Not open in another page to be right clicked saved. Can I do this with java script as the download attribute isn't supported in internet explorer. Current Knowledge - HMTL5/CSS/ Some JavaScript.