With the successful merge of #2070, there are several interesting possibilities that open up in the way of uploading.
This project attempts to package a few of the most common use cases in a Django app.
I will set out to package the following use cases first:
- Global upload limit (per upload)
- User-based upload limit (Quota for all uploaded files)
- Uploading large images and resizing them without using memory.
- AJAX Upload progress bar widget.
- An S3 uploader (using boto)