Sébastien HEITZMANN ha scritto:
Hi

I'm new to twisted programming and I'm wonder how to do the following thing.

I would like to save in a file the content of a PUT method. But i need
this in a stream mode ( the data may be handred of MB )


You can use nginx as a proxy server.

nginx can save the entire request body in a file.
You can pass the file name to the application using an header.

> [...]


Regards  Manlio Perillo

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to