S
Steph
Hi,
I have a button and the code-behind:
Response.ContentType = "image/JPEG";
Response.WriteFile("c:\\Temp\\pc.jpg");
When i click on the button, the image is displayed in a new self-blank page.
Instead of displaying the image, i need the dialog box which propose to
"download the file" to the local computer.
Is there a way to do this ?
Thanks !
I have a button and the code-behind:
Response.ContentType = "image/JPEG";
Response.WriteFile("c:\\Temp\\pc.jpg");
When i click on the button, the image is displayed in a new self-blank page.
Instead of displaying the image, i need the dialog box which propose to
"download the file" to the local computer.
Is there a way to do this ?
Thanks !