Re: [Web-SIG] a new implementation of multipart/form-data parser

2008-09-23 Thread Chris Withers
Manlio Perillo wrote: Any one interested? I really whould like some reviews. If it formed part of WebOb, I'd be interested... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ___ Web-SIG mai

[Web-SIG] a new implementation of multipart/form-data parser

2008-09-10 Thread Manlio Perillo
Hi all. For my WSGI framework I have implemented a multipart/form-data parser. http://hg.mperillo.ath.cx/wsgix/diff/70aacc4a8301/wsgix/parse.py The code has been adapted from cgi.parse_multidata. I think that the function is more robust of FieldStorage, since you can set a max size for field d