Hello. I was a happy FileFields user until I had to change the session storage. I wrote my custom storage class for the MySQL backend and used pickle as suggested in CherryPy documentation http://www.cherrypy.org/chrome/common/2.2/docs/book/chunk/ch03.html#id3490116 As the FileFields is using the session to store the temporary file descriptor I get the complaint from the pickle: TypeError: can't pickle file objects
Any ideas? Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

