Skip to content

Commit 75ffc90

Browse files
committed
Update README
1 parent 4ffbaf7 commit 75ffc90

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,25 @@ This is a small example on how to setup Sebastian Tschan's jQuery File Upload in
77

88
Here, you'll find a minimal Django project with a minimal app. You can run the example standalone by cloning the repository, running the migrations and starting the server.
99

10-
Detailed instructions will probably be posted when the delete part (the only missing part) and image resize is finished.
11-
1210
I want to give a thank to Sebastian Tschan, the original author, and Jørgen Bergquist for helping me over the first hurdles.
1311

12+
Features
13+
========
14+
15+
* Drag and drop files
16+
* Select multiple files
17+
* Cancel upload
18+
* Delete uploaded file (from database only)
19+
* No flash (or other browser plugins) needed
20+
* … more at the [upstream's features page](http://aquantum-demo.appspot.com/file-upload#features)
21+
22+
Installation
23+
============
24+
25+
* run ./manage.py syncdb --migrate
26+
* go to localhost:8000/upload/new/
27+
* upload some files
28+
1429
License
1530
=======
1631
MIT, as the original project. See LICENSE.txt.

0 commit comments

Comments
 (0)