File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 11jquery-file-upload-middleware
22=============================
33
4- ### Personal Patch Repository
5-
6- Please comeback [ Aleksandr Guidrevitch] ( http://aguidrevitch.blogspot.com/ ) lol
7-
8- - use bower to install jquery-file-upload (planed)
9- - use not npm to install jquery-file-upload-middleware
10- - use this repository by
11-
12- ``` json
13- {
14- "name" : " your project" ,
15- "version" : " 0.1.0" ,
16- "private" : true ,
17- "dependencies" : {
18- "express" : " 3.3.x" ,
19- "jquery-file-upload-middleware" : " git://github.com/soomtong/jquery-file-upload-middleware.git" ,
20- "swig" : " 1.0.x" ,
21- "imagemagick" : " 0.1.x"
22- },
23- "devDependencies" : {
24- "nodeunit" :" *"
25- }
26- }
27- ```
28-
29-
30-
31-
32-
33- ---
34-
35- ## Readme will update later
36-
374jQuery-File-Upload Express.js middleware. Based on the server code of [ jQuery-File-Upload] ( https://github.com/blueimp/jQuery-File-Upload )
385
396Installation:
You can’t perform that action at this time.
0 commit comments