Sidebar Network

django-uploadutils A collection of upload utilities for Django.

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)
Project Homehttp://code.google.com/p/django-uploadutils/
Grab the Repository – svn checkout http://django-uploadutils.googlecode.com/svn/trunk/
 

Recent Commits

  • 3 was committed 8 months, 1 week ago.
    Realized that google already does trunk by default.
  • 2 was committed 8 months, 1 week ago.
    Added initial repository layout.
  • 1 was committed 8 months, 1 week ago.
    Initial directory structure.