Hacking Pylons for handling large file upload
Abstract As of version 0.9.6.1, Pylons natively support large file uploading, through some cgi.FieldStorage and tempfile.TemporaryFile magic. It is somewhat efficient, yet not fully optimized. Moreover, there's no (or little) support for file size restriction, which means, technically, a user could ... Other labels:
recipes, upload, large+file, fieldstorage