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
If you're on an apache server this is really simple.
assets/.htaccess.AddType application/octet-stream .jpg. You can add a new line for each file extension that you need. E.g. AddType application/octet-stream .pdf