I\'m working at a web application in Python/Twisted.
I want the user to be able to download a very big file (> 100 Mb). I don\'t want to load all the file in memory (of
Yes, the Content-Length header will give you the progress bar you desire!