That is what i get: FieldStorage(None, None, [])<br /><br />On Sep 29, 2010 8:39am, hidura@gmail.com wrote:<br />> Python3k give me an error doing that.<br />> <br />> On Sep 29, 2010 3:55am, Richard Thomas chardster@gmail.com> wrote:<br />> > On Sep 28, 11:31 pm, Hidura hid...@gmail.com> wrote:<br />> > <br />> > > Hello, i have a project on Python3k, and i have a very big problem i<br />> > <br />> > > don' t find how take an upload file i am using the wsgiref lib, and or<br />> > <br />> > > theres any way to connect to the client in order to get the file by<br />> > <br />> > > myself?<br />> > <br />> > ><br />> > <br />> > > Thank you<br />> > <br />> > > Diego Hidalgo.<br />> > <br />> > ><br />> > <br />> > > --<br />> > <br />> > > Enviado desde mi dispositivo móvil<br />> > <br />> > ><br />> > <br />> > > Diego I. Hidalgo D.<br />> > <br />> > <br />> > <br />> > 'wsgiref' doesn't do that part of request handling. You want to use<br />> > <br />> > the 'cgi' module to parse the POST data: http://docs.python.org/library/cgi.html<br />> > <br />> > <br />> > <br />> > Remember to set the enctype on your  tags to multipart/form-<br />> > <br />> > data.<br />> > <br />> > <br />> > <br />> > Chard.<br />> > <br />> > --<br />> > <br />> > http://mail.python.org/mailman/listinfo/python-list<br />> >