Pop up to save image in asp.net
        Posted  
        
            by Zerotoinfinite
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zerotoinfinite
        
        
        
        Published on 2010-05-26T19:18:28Z
        Indexed on 
            2010/05/26
            19:21 UTC
        
        
        Read the original article
        Hit count: 211
        
Hi All,
I am using asp.net 3.5 and C#.
I have a image which I want user can download. Like, there would be a download button or link. When user click on this link he will be prompted with a pop up to save that image to his desktop.
I have tried with
<a href ="path" > </a>
but it is opening the image in other page, I want user to be prompted to either save or view the image,
please help
Thanks in advance
© Stack Overflow or respective owner