11 Jun
2003
11 Jun
'03
6:54 p.m.
tibo martin wrote at 2003-6-11 06:18 -0700:
Once I've retrieved the content of an image file (tif, jpeg ...), how can I display the resulting image of this file from the data in a dtml document? ( I don't want to store an image OBJECT in the container.)
HTML dictates that an image is fetched via an URL. There is no inlined image data inside an HTML page. Dieter