Re: problemi con POST

2006-05-13 Thread Alex Martelli
Heavy <[EMAIL PROTECTED]> wrote: > Sorry, > you got reason, I thought I can write in my language, cause this is the > first time that I post a question in this group... My problem is that I > have to receive parameters from a POST method, i try to read them from > the socket 'rfile', but this acti

Re: problemi con POST

2006-05-10 Thread bruno at modulix
Heavy wrote: > Sorry, > you got reason, I thought I can write in my language, cause this is the > first time that I post a question in this group... usually, the comp.* usenet hierarchy is english-speaking. > My problem is that I > have to receive parameters from a POST method, i try to read th

Re: problemi con POST

2006-05-10 Thread Heavy
Sorry, you got reason, I thought I can write in my language, cause this is the first time that I post a question in this group... My problem is that I have to receive parameters from a POST method, i try to read them from the socket 'rfile', but this action is blocking, it never finish to read. Is

Re: problemi con POST

2006-05-09 Thread Alex Martelli
Heavy <[EMAIL PROTECTED]> wrote: > Ciao a tutti, > sto creando una applicazione in python, che deve fungere anche da > server web... > non ho assolutamente problemi a prendere i parametri di una 'GET', mi > limito a fare il parsing della URL, ma come faccio a prendere i > parametri di una 'POST'?

Re: problemi con POST

2006-05-09 Thread Bruno Desthuilliers
Michael Hobbs a écrit : > Bruno Desthuilliers wrote: > >> Heavy a écrit : >> >> >>> Ciao a tutti, >>> sto creando una applicazione in python, che deve fungere anche da >>> server web... >>> non ho assolutamente problemi a prendere i parametri di una 'GET', mi >>> limito a fare il parsing della U

Re: problemi con POST

2006-05-09 Thread Michael Hobbs
Bruno Desthuilliers wrote: > Heavy a écrit : > >> Ciao a tutti, >> sto creando una applicazione in python, che deve fungere anche da >> server web... >> non ho assolutamente problemi a prendere i parametri di una 'GET', mi >> limito a fare il parsing della URL, ma come faccio a prendere i >> par

Re: problemi con POST

2006-05-09 Thread Bruno Desthuilliers
Heavy a écrit : > Ciao a tutti, > sto creando una applicazione in python, che deve fungere anche da > server web... > non ho assolutamente problemi a prendere i parametri di una 'GET', mi > limito a fare il parsing della URL, ma come faccio a prendere i > parametri di una 'POST'? io cerco di legger

problemi con POST

2006-05-09 Thread Heavy
Ciao a tutti, sto creando una applicazione in python, che deve fungere anche da server web... non ho assolutamente problemi a prendere i parametri di una 'GET', mi limito a fare il parsing della URL, ma come faccio a prendere i parametri di una 'POST'? io cerco di leggere dal socket di lettura 'rfi