22 Jun
2006
22 Jun
'06
4:01 p.m.
----- Original Message ----- From: "Jean Jordaan" <jean@upfrontsystems.co.za> To: <zope@zope.org> Sent: Thursday, June 22, 2006 11:32 AM Subject: Re: [Zope] Problem with constructTransientObjectContainer - Resolved
Hi Jonathan
user once, then it is discarded. In order to eliminate many writes to the zodb (disk), I have decided to put the customized images into a temporary folder (RAM).
Can't you just put the images in the TOC and let them expire by themselves?
I need to be able to allow client browsers to access the images via an html <img src="..."> tag. I didn't know how to construct a url to get at the image objects within a TOC (can this be done?) Thanks, Jonathan