[SOLVED] Re: t.w.client.downloadPage with large amount of postData
Giorgos Logiotatidis <[email protected]>
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <1286703686.3288.1.camel@areti> |
On Fri, 2010-10-08 at 13:23 +0000, [email protected] wrote: > If you're lucky, then Agent already supports all the features you're > interested in, depending on Twisted 9.0 is okay for you, and you can > switch to using it right away. There are some helpers still missing, > so > you'll find it a little clunkier to use than downloadPage, but it > will > let you send your upload without loading it all into memory. I found a solution using client.Agent from this page [1]. The code on that page uses this twistedx python module which uses client.Agent [2] Thank you for your answer, -g [1] http://marianoiglesias.com.ar/python/file-uploading-with-multi-part-encoding-using-twisted/ [2] http://github.com/mariano/pyfire/blob/master/pyfire/twistedx/producer.py