MET 2004-2005 wrote at 2004-12-21 16:28 +0530:
> ...
>Can anybody tell me How can I display the Content of an Object that is an
>Image in a Page Template?
You cannot, or better, you should not.
A Page Template is a facility to generate structured text (HTML/SGML or XML)
and not images.
Use a Python Script instead. Do not forget to set "Content-Type"
of the response correctly
("container.REQUEST.RESPONSE.setHeader('Content-Type', <the correct content
type>)").
--
Dieter
_______________________________________________
Zope-Dev maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )