Re: asset from byte array or stream

2007-11-08 Thread Ulrich Stärk
An asset is nothing more than a representation of an URL to some kind of image or style sheet. When asked to return it's content it will employ the asset service to do so. You should create an engine service that displays the image data with content-type image/* and call it from your page (much

asset from byte array or stream

2007-11-07 Thread Paul Stanton
Hi all, I need a little help (4.1) I have an object with a byte array which contains data for a small image. I'm printing a summary of this object in a page and need to display the image as well. Is there a way I can create an asset and use it with the Image componet to display the image?