https:
//github
.c➜ flask-demo tree
.
├── app.py
├── static
│ ├── 123.txt
│ └──
file
-upload
│ ├── angularjs.html
│ ├── basic.html
│ ├── basic-plus.html
│ ├── blueimp-
file
-upload.jquery.json
│ ├── bower.json
│ ├── CONTRIBUTING.md
│ ├── cors
│ │ ├── postmessage.html
│ │ └── result.html
│ ├── css
│ │ ├── demo.css
│ │ ├── demo-ie8.css
│ │ ├── jquery.fileupload.css
│ │ ├── jquery.fileupload-noscript.css
│ │ ├── jquery.fileupload-ui.css
│ │ ├── jquery.fileupload-ui-noscript.css
│ │ └── style.css
│ ├── Gruntfile.js
│ ├── img
│ │ ├── loading.gif
│ │ └── progressbar.gif
│ ├── index.html
│ ├── jquery-ui.html
│ ├── js
│ │ ├── app.js
│ │ ├── cors
│ │ │ ├── jquery.postmessage-transport.js
│ │ │ └── jquery.xdr-transport.js
│ │ ├── jquery.fileupload-angular.js
│ │ ├── jquery.fileupload-audio.js
│ │ ├── jquery.fileupload-image.js
│ │ ├── jquery.fileupload-jquery-ui.js
│ │ ├── jquery.fileupload.js
│ │ ├── jquery.fileupload-process.js
│ │ ├── jquery.fileupload-ui.js
│ │ ├── jquery.fileupload-validate.js
│ │ ├── jquery.fileupload-video.js
│ │ ├── jquery.iframe-transport.js
│ │ ├── jquery.min.js
│ │ ├── main.js
│ │ └── vendor
│ │ └── jquery.ui.widget.js
│ ├── package.json
│ ├── README.md
│ ├── server
│ │ ├── gae-go
│ │ │ ├── app
│ │ │ │ └── main.go
│ │ │ ├── app.yaml
│ │ │ └── static
│ │ │ ├── favicon.ico
│ │ │ └── robots.txt
│ │ ├── gae-python
│ │ │ ├── app.yaml
│ │ │ ├── main.py
│ │ │ └── static
│ │ │ ├── favicon.ico
│ │ │ └── robots.txt
│ │ ├── node
│ │ │ ├── package.json
│ │ │ ├── public
│ │ │ │ └── files
│ │ │ │ └── thumbnail
│ │ │ ├── server.js
│ │ │ └── tmp
│ │ └── php
│ │ ├── files
│ │ ├── index.php
│ │ └── UploadHandler.php
│ ├──
test
│ │ ├── index.html
│ │ └──
test
.js
│ └──
test
.html
└── templates
└── index.html
23 directories, 57 filesom
/blueimp/jQuery-File-Upload