A http server

Back9 backgoodoo at gmail.com
Tue Jan 25 17:12:52 EST 2011


Hi,
I'm trying to set up a http server to handle a single POST request.
That POST request is to upload a huge file and the server is supposed
to handle it with the just POST request.
With my python sample code, multiple post requests are working well,
but that is not my solution.
I need a single POST request handling in the http server side.
Does anyone have a good idea for this case or sample code?
TIA



More information about the Python-list mailing list