Is it possible to force a download?

I am currently using the following code for my DOWNLOAD button.

<div>" title="<?=getImageTitle();?>">download</div>

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.

Comments

Sign In or Register to comment.