Save image to disk on a button click in a Web page

VKtangela

New Member
I have some images in my Asp.net web page. My requirement is to save a selected image to users disk while clicking a save button.Normally all browser has the provision for right click save as option.But I have to implement this feature on an html input button click. I have the following questions.[*]How can I make a script to do this functionality which should work on all major browsers[*]Do we get any jQuery library which does this functionality[*]Can I get any alternative in asp.net technology rather than java script/jQuery for doing the same functioanlityCan anyone please help me?
 
Back
Top