[Zope] Re: store an image within a session

Troy Farrell troy@entheossoft.com
Wed, 11 Jun 2003 08:09:19 -0500


Actually, if you get the url_of_the_python_script in the src attribute 
of the img element, then the browser (if it is a graphical browser) will 
call the python script.

<img src="/url/of/my/script" alt="my image in session object" />

Troy