-
Notifications
You must be signed in to change notification settings - Fork 11
/
README
28 lines (20 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Django Multiuploader Demo
----------------------------------------------------------------------
WARNING this repo is prohibited and will no longer be supported.
fell free to visit plugin usage example (newer version) used in this demo:
https://github.com/garmoncheg/django_multiuploader_example_usage
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 develop this project to a easy usable plugin soon, using templatetags and
standalone app conceptions.