[Zope] CoreSessionTracking: save file object

Milos Prudek milos.prudek@tiscali.cz
Wed, 31 Oct 2001 18:46:14 +0100


Can i save a file object <input type="file" name="file"> to
CoreSessionTracking?

I have a :records which I convert to a list of dictionaries. The net
result is:
[{'description':'Elvis','file':<file
instance>},{'description':'Madonna','file':<file instance>},...]

When I try to save this to CST, I get Unpickleable Error: cannot pickle
objects.

--
Milos Prudek