I want to download a .jpg link when the link is clicked, I've seen some answers here that I should only add the download="image.jpg"
but it only opens the image link and not downloading it. I guess it only works if the image is already on my folder file (which is pointless in my case) and not in external link like that I've provided?
<a href="https://i.imgur.com/IskAzqA.jpg" download="image.jpg">
Download
</a>
Is there solution for this? I don't mind using Jquery or PHP