Re: Upload files with wsgi

2010-09-29 Thread Richard Thomas
On Sep 28, 11:31 pm, Hidura hid...@gmail.com wrote: Hello, i have a project on Python3k, and i have a very big problem i don' t find how take an upload file i am using the wsgiref lib, and or theres any way to connect to the client in order to get the file by myself? Thank you Diego

Re: Re: Re: Upload files with wsgi

2010-09-29 Thread hidura
That is what i get: FieldStorage(None, None, []) On Sep 29, 2010 8:39am, hid...@gmail.com wrote: Python3k give me an error doing that. On Sep 29, 2010 3:55am, Richard Thomas chards...@gmail.com wrote: On Sep 28, 11:31 pm, Hidura hid...@gmail.com wrote: Hello, i have a project on

Upload files with wsgi

2010-09-28 Thread Hidura
Hello, i have a project on Python3k, and i have a very big problem i don' t find how take an upload file i am using the wsgiref lib, and or theres any way to connect to the client in order to get the file by myself? Thank you Diego Hidalgo. -- Enviado desde mi dispositivo móvil Diego I.

Re: Upload files with wsgi

2010-09-28 Thread John Nagle
On 9/28/2010 3:31 PM, Hidura wrote: Hello, i have a project on Python3k, and i have a very big problem i don' t find how take an upload file i am using the wsgiref lib, and or theres any way to connect to the client in order to get the file by myself? Thank you Diego Hidalgo. This is not

Re: Upload files with wsgi

2010-09-28 Thread Hidura
I am trying to upload any type of file ext to an app written in Py3k, using Apache+mod_wsgi i can't use django or cherryPy because i manage the data in the request creating an xml to store the data from selected areas and send it to the server. I am using the wsgiref library to handle the request