Hi, I am working in ASP.NET 2.0 and loading images from a database into the webpage. The ImageURL is something like:
Image1.ImageUrl ="ImageFetch.ashx?Size=0&ImageID=12"
When the page is viewed from an IE browser and you right-click the image and choose "Save Picture As..." the "Save Picture" window opens and the "File name:" field is set to "ImageFetch" as the filename rather than the name of the picture.
How do you set the picture name to something meaningful rather then accepting the default behavior of it picking up the name "ImageFetch"?
Thanks in adance!
Johson
I don't think you can manipulate how IE does that.
You can set the imageurl to the actual image, but i guess that conflicts with your architecture of displaying the picture through an aspx page.
I meant design, not architecture
0 comments:
Post a Comment