I am currently using the following code for my DOWNLOAD button.
" title="">download
This prompts a password (.htaccess) and if the password is correct it displays the image in its own page where one can Right Click, Save As etc.
However, some of my users are unaware of even such simple tricks as Right Click and Save As so I am wondering if the DOWNLOAD link can directly prompt a "Save Image" type dialog box? Also can such an action be browser independent?
Thanks a lot.
It's got something to do with the mime type...
Check here, looks good
http://actionscript.org/forums/showthread.php3?t=89784
It'd have to be the headers in the actual JPEG image sent by the server; that might require that PHP streams the image content as zenphoto did in versions prior to 1.0.2, right now it just redirects, which I believe reloads the headers.
Not sure if there's a way, but if anything it'd be done in i.php
i got this working another way, if you are interested i can share.
http://iphoto.advancedpants.com