:orphan: .. title:: Quart Uploads Documentation .. image:: _static/logo.png :width: 300px :alt: Quart logo :align: right Quart Uploads ------------- 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. Quart-Uploads is developed on github, `here `_ . For more information on Quart, `visit here `_ . Quart-Uploads is based on `Flask-Uploads `_ by maxcountryman. Tutorials --------- .. toctree:: :maxdepth: 2 tutorials/index.rst How to guides ------------- .. toctree:: :maxdepth: 2 how_to_guides/index.rst Reference --------- .. toctree:: :maxdepth: 2 reference/index.rst