Skip to content
garmoncheg edited this page Jul 14, 2011 · 4 revisions

Django Multiuploader Demo

Readme for demo of Django Multiuploader using jQuery Plugin by Sebastian Tschan(https://blueimp.net/).

This is an example usage of multiupload form from Sebastian Tschan. It uses jQuey UI and jQuery instead of Flash uploader. On Django side it uses sorl-thumbnails and PIL. You can easily rewrite it for usage of any other libs of your choice.

Requirements:

- PIL(Python Imaging Library)
- sorl-thumbnail's(http://thumbnail.sorl.net/)

Demo Database login data:

username: user
password: password

Hope to grow this to plugin using templatetags and standalone app conceptions.