JPG. Force download.
JPG. Force download.
- Started
- Last post
- 3 Responses
- Atencion
Hello...
I´m trying to make a JPG downloadable by a direct link, instead of being opened right in the browser window. I guess there´s got to be a way to override the user´s browser settings.Any help or clues on how to do this?
Thanks in advance!
My reference is this "Download Picture" button on flickr.
Check it out here:
http://www.flickr.com/photo_zoom…
- rasko40
zip it
?
- Atencion0
Thanks rasko, but ZIPing it is not an option. The JPG´s got to be directly downloadable as a JPG file.
- Rickbass0
Create an .htaccess file with the following in it:
AddType image/jpeg .jpg .jpeg
Drop that in the image/file directory. Might work.