You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,25 @@ This is a small example on how to setup Sebastian Tschan's jQuery File Upload in
7
7
8
8
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.
9
9
10
-
Detailed instructions will probably be posted when the delete part (the only missing part) and image resize is finished.
11
-
12
10
I want to give a thank to Sebastian Tschan, the original author, and Jørgen Bergquist for helping me over the first hurdles.
13
11
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)
0 commit comments