[Zope] Temp Folder Magic

Chris Withers chrisw@nipltd.com
Sun, 11 Aug 2002 14:31:49 +0100


Terry Hancock wrote:
> Hi all,
> 
> I'm finally revisiting the nasty part of my code
> that periodically hoses itself and fails to deliver
> resized images. ;-D

As a small idea, rather than inheritting from Image and TemporaryFolder, why not 
subclass Image (but only if you need to change its behaviour ;-) and then store 
you images in the Temporary Folder in the root of your ZODB?

cheers,

Chris