Skip to main content

A handler for urllib2 to enable multipart form uploading

Project description

Usage:
A handler for urllib2 to enable multipart/form-data for posting forms and uploading data.

Inspirations:
Upload files in python:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146306

Example:
import MultipartPostHandler, urllib2

opener = urllib2.build_opener(MultipartPostHandler.MultipartPostHandler)
params = { "username" : "bob", "password" : "riviera",
"file" : open("filename", "rb") }
opener.open("http://wwww.bobsite.com/upload/", params)

Further Example:
The main function of this file is a sample which downloads a page and
then uploads it to the W3C validator.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MultipartPostHandler2-0.1.5.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distributions

MultipartPostHandler2-0.1.5-py2.7.egg (5.8 kB view hashes)

Uploaded Source

MultipartPostHandler2-0.1.5-1.src.rpm (7.3 kB view hashes)

Uploaded Source

MultipartPostHandler2-0.1.5-1.noarch.rpm (8.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page