The Basics
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)
Grab the Repository – svn checkout http://django-uploadutils.googlecode.com/svn/trunk/