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

https://github.com/quart-addons/quart-uploads

File upload handling for Quart.
https://github.com/quart-addons/quart-uploads

async files python3 quart uploads

Last synced: 6 months ago
JSON representation

File upload handling for Quart.

Awesome Lists containing this project

README

          

Quart Uploads
=============

![Quart Uploads Logo](logos/logo.png)

Quart-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.

For more information on Quart, [visit here](https://quart.palletsprojects.com/en/latest/)

Quart-Uploads is based on [Flask-Uploads](https://github.com/maxcountryman/flask-uploads>) by maxcountryman.