T
Tumurbaatar S.
My ASP app dynamically retrieves from db and sends JPG images
using Response.BinaryWrite(). And it seems work.
The script sets image type as "Response.ContentType = 'image/JPEG';"
But viewing image properties in IE returns Type and Size as 'Not available'.
How to set these properties properly?
using Response.BinaryWrite(). And it seems work.
The script sets image type as "Response.ContentType = 'image/JPEG';"
But viewing image properties in IE returns Type and Size as 'Not available'.
How to set these properties properly?