Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 752 Bytes

README.rst

File metadata and controls

17 lines (12 loc) · 752 Bytes

Flask-Uploads

https://secure.travis-ci.org/klinkin/flask-uploads.png?branch=master

Flask-Uploads allows your application to flexibly and efficiently handle file uploading and serving the uploaded files. You can create different sets of uploads - one for document attachments, one for photos, etc. - and the application can be configured to save them all in different places and to generate different URLs for them.

Resources