blob: 6cff45604aef82462273401b01f105b7ca8bdf0c (
plain)
1
2
3
4
5
6
7
|
The modules in the Python standard library don't provide a way to upload large
Files via HTTP without having to load the entire file into memory first.
poster provides support for both streaming POST requests as well as
multipart/form-data encoding of string or file parameters.
WWW: http://atlee.ca/software/poster
|