http POST question

Andrea Griffini agriff at tin.it
Wed Jul 14 14:03:54 EDT 2004


On Wed, 14 Jul 2004 10:38:29 -0400, Christopher T King
<squirrel at WPI.EDU> wrote:

>after them, actually). To retrieve them in your do_POST() method, you 
>have to read them from self.rfile (self.rfile.read() should do the 
>trick).

You should read just "content-length" bytes because otherwise you
may get stuck waiting forever.

Andrea



More information about the Python-list mailing list