5 Apr
2003
5 Apr
'03
6:14 a.m.
Jerome Alet wrote at 2003-4-4 17:00 +0200:
I'd want to be able to create a file object (PDF) in the ZODB, which would be downloadable during say one hour or half an hour, and then which would disappear automatically.
Is it possible ? If yes then how ?
You could try the "TemporaryFolder" (usually used for sessions"). Dieter