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
Here's a way to force all files in a certain directory to be prompted for a download.
Requirement
In your .htaccess or Apache configuration put the following.
Header set Content-Disposition attachment Header set Content-Type application/octet-stream