i was wondering if it is possible for umbraco to return the actual content of an image, let's say: x.jpg.
when user go to a page like http://umbraco.org/x.aspx, he/she will see an image in the browser and if he/she download it, its content type is also a "image/jpg". because x.aspx is really an image (x.jpg).
return image actual content
hi all,
i was wondering if it is possible for umbraco to return the actual content of an image, let's say: x.jpg.
when user go to a page like http://umbraco.org/x.aspx, he/she will see an image in the browser and if he/she download it, its content type is also a "image/jpg". because x.aspx is really an image (x.jpg).
please help,
bev0
HI bev0,
Without knowing anything about it, I'd think you need to do two things:
1. Change the ContentType of the response, which you can do with a server tag:
2. Output the binary data, which you'll have to find out yourself - XSLT is probably not what you want here...
/Chriztian
is working on a reply...