I want to force user to download images. Not open in browser.
It is possible to use HTML5 this attribute download
but currently only Chrome sup
There's two ways to do this - one with JS, one with PHP.
In JS from this site:
Save this page
In PHP create a script named download.php
that is similar to the following code:
Then set the image link to point to this file like this: