gp.fileupload is a set of WSGI middleware to deal with large file upload.
* gp.fileupload.FileUpload is a wsgi middleware to get the stat of large files uploaded to the server. Optional javascript code is provided to animate a progress bar.
* gp.fileupload.Storage is a wsgi middleware to store files on file system and avoid big transaction in your application.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Use json instead of simplejson if you have Python2.6.
· Fix middleware to work on Windows.
· Add a flag require_session that enable the middleware only if there is SESSION_NAME in the query string. By default the behavior is off, meaning it behave like before.