5 Sep
2001
5 Sep
'01
3:55 p.m.
Peter Bengtsson wrote:
What I basically want it to do is to save File objects in a container. The class name I chose was "TempObjectHolder" for this subclass. the most important method it has is::
def saveTempFile(self,file): """ pseudo class. create a file, but the file must still be there when I restart Zope if possible """ self.manage_addFile(generatedId(),file)
So you DO want persistence?! Huh?! You need to be a bit clearer about what the problem is that you're actually experiencing... cheers, Chris