Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/helloflask/flask-dropzone

Upload files in Flask application with Dropzone.js.
https://github.com/helloflask/flask-dropzone

dropzone flask flask-extension

Last synced: 4 days ago
JSON representation

Upload files in Flask application with Dropzone.js.

Awesome Lists containing this project

README

        

# Flask-Dropzone

[![GitHub Actions Build Status](https://github.com/helloflask/flask-dropzone/actions/workflows/tests.yaml/badge.svg)](https://github.com/helloflask/flask-dropzone/actions)
[![PyPI](https://img.shields.io/pypi/v/Flask-Dropzone)](https://pypi.org/project/Flask-Dropzone/)

Upload files in Flask application with [Dropzone.js](http://www.dropzonejs.com/).

NOTICE: This extension is built for simple usage, if you need more flexibility, please use Dropzone.js directly.

## Links

* [Documentation](https://flask-dropzone.readthedocs.io/en/latest/)
* [PyPI](https://pypi.org/project/Flask-Dropzone/)
* [Examples](https://github.com/helloflask/flask-dropzone/tree/master/examples)

## License

This project is licensed under the MIT License (see the `LICENSE` file for details).