20 Aug
2007
20 Aug
'07
6:38 p.m.
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