On Dec 9, 2007 12:15 AM, offmessage <[EMAIL PROTECTED]> wrote: > > Hi there > > I too am having the same problem, from a form where I am uploading an > image.
[...] > if I add apply the following diff to > /branches/1.0/turbogears/visit/api.py r3807 > > 11a12 > > from cherrypy._cpcgifs import FieldStorage > 186a188,189 > > elif isinstance(v, FieldStorage): > > res[k] = v > > My problem goes away. Is this a valid patch, or am I missing > something? we will make this more robust by excluding everthing that does not have an encode() method but this is the idea... Thanks for the report. Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

