Create File Download Handler

  • Thread starter Thread starter Calvin Willman
  • Start date Start date
C

Calvin Willman

I'm creating a Proofing Web Application, that users can upload photos, and
then download and reupload if it doesn't look any good. Upload bit works
fine, with the image being displayed great. However, I want a button that
when clicked will open the generic File Save As or download blah blah.
Rather than them having to drag or right click save the image.

Been looking at FileStreams, a writing the output to Response object, but it
obviously just displayed the image in a page on it's own...

How do I get download pop up to work??

Thanks
 
I think that might be the one. Thanks.

Funny... Had been looking for hours on Google, and MSDN search, looking for
an article like that, which I knew must have existed.

Thanks again.
 
Back
Top