This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author catlee
Recipients catlee, fsteinel
Date 2008-11-24.19:54:47
SpamBayes Score 0.004346936
Marked as misclassified No
Message-id <1227556488.53.0.605049436471.issue3244@psf.upfronthosting.co.za>
In-reply-to
Content
I also wrote some software to handle this:
http://atlee.ca/software/poster/poster.encode.html

The reason I wrote this is to avoid having the load the entire file into
memory before posting the request.

This, along with Issue #3243, would allow streaming uploads of files via
HTTP POST.
History
Date User Action Args
2008-11-24 19:54:48catleesetrecipients: + catlee, fsteinel
2008-11-24 19:54:48catleesetmessageid: <1227556488.53.0.605049436471.issue3244@psf.upfronthosting.co.za>
2008-11-24 19:54:47catleelinkissue3244 messages
2008-11-24 19:54:47catleecreate