Save dialog box

hello All,

can any1 please help me in this…

I am using ASP.net , and java script…

Presently i have a link on the web page ,which opens an image…if the user wants to save it , he has to right click the image and then save it. But,I don’t want the user to right-click and choose the option “Save Picture As” or “Save Image” of the browser. Instead I want the user to click a link or button that is displayed just under the image. After clicking the link/button, the user should be able to save the image in his/her local hard disk/machine in a particular folder or just under C:\ or bringing up the file directory dialog box where the user can save in his/her own folder.

Thanks in advance…

You will need to use server-side scripting to change the content-type of the image file.

For example: see How do I prompt a “Save As” dialog for an accepted mime type?