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
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