28 Dec
2004
28 Dec
'04
7:22 p.m.
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