Is there a way to make an image a download once you click on it (without right-click save image as)?
I\'m using a small Javascript function to call the do
Once you’ve added the Content-Disposition: attachment header, you should be able to use a normal link:
Click to download
What browsers have you tried this with?