File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.0.2 / 2012-11-25
2
+ ==================
3
+
4
+ * Moving files between partitions is now allowed
5
+
6
+ 0.0.1 / 2012-11-08
7
+ ==================
8
+
9
+ * Initial commit
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ jquery-file-upload-middleware
3
3
4
4
jQuery-File-Upload Express.js middleware. Based on the server code of [ jQuery-File-Upload] ( https://github.com/blueimp/jQuery-File-Upload )
5
5
6
+ Installation:
7
+
8
+ ```
9
+ $ npm install jquery-file-upload-middleware
10
+ ```
11
+
6
12
Usage:
7
13
8
14
``` javascript
Original file line number Diff line number Diff line change 8
8
" express" ,
9
9
" middleware"
10
10
],
11
- "version" : " 0.0.1 " ,
11
+ "version" : " 0.0.2 " ,
12
12
"dependencies" : {
13
13
"formidable" : " >=1.0.11" ,
14
14
"imagemagick" : " >=0.1.2" ,
27
27
"scripts" : {
28
28
"test" : " echo \" Error: no test specified\" && exit 1"
29
29
},
30
- "_id" : " jquery-file-upload-middleware@0.0.1 " ,
30
+ "_id" : " jquery-file-upload-middleware@0.0.2 " ,
31
31
"license" : " MIT"
32
32
}
You can’t perform that action at this time.
0 commit comments