File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 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
33
44jQuery-File-Upload Express.js middleware. Based on the server code of [ jQuery-File-Upload] ( https://github.com/blueimp/jQuery-File-Upload )
55
6+ Installation:
7+
8+ ```
9+ $ npm install jquery-file-upload-middleware
10+ ```
11+
612Usage:
713
814``` javascript
Original file line number Diff line number Diff line change 88 " express" ,
99 " middleware"
1010 ],
11- "version" : " 0.0.1 " ,
11+ "version" : " 0.0.2 " ,
1212 "dependencies" : {
1313 "formidable" : " >=1.0.11" ,
1414 "imagemagick" : " >=0.1.2" ,
2727 "scripts" : {
2828 "test" : " echo \" Error: no test specified\" && exit 1"
2929 },
30- "_id" : " jquery-file-upload-middleware@0.0.1 " ,
30+ "_id" : " jquery-file-upload-middleware@0.0.2 " ,
3131 "license" : " MIT"
3232}
You can’t perform that action at this time.
0 commit comments