A minimal photo upload and manage system with Flask and Flask-Uploads (Multiple file upload support!).
Flask-Uploads==0.2.1
Flask-WTF==0.13.1
First, clone it from github:
git clone https://github.com/helloflask/cloud-drive.git
Then run it (make sure all extensions above were installed):
python app.py
Now Go to http://127.0.0.1:5000/
关于这个项目的详细介绍:Flask文件上传
更多关于Flask的原创优质内容,欢迎关注Hello, Flask!——知乎专栏
一个更完善的版本:https://github.com/greyli/flask-file-uploader
This demo application is licensed under the MIT license: http://opensource.org/licenses/mit-license.php