Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2024baibai/flask_multi_uploader

flask+webuploader实现多文件上传
https://github.com/2024baibai/flask_multi_uploader

flask python webuploader-demo

Last synced: 3 months ago
JSON representation

flask+webuploader实现多文件上传

Awesome Lists containing this project

README

        

# flask+webuploader实现多文件上传demo

运行步骤:
```
1. git clone https://github.com/abbeyokgo/flask_multi_uploader.git
2. cd flask_multi_uploader
3. pip install -r requirements.txt
4. gunicorn -k eventlet -b 0:8888 server:app
```
然后即可访问:ip:8888

![](http://wx2.sinaimg.cn/large/0060lm7Tly1fw5m7ppzh4g30wo0ko7wh.gif)