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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top