Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/helloflask/flask-dropzone
- Owner: helloflask
- License: mit
- Created: 2017-02-17T08:27:58.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T12:35:43.000Z (6 months ago)
- Last Synced: 2024-12-20T12:04:27.611Z (11 days ago)
- Topics: dropzone, flask, flask-extension
- Language: Python
- Homepage: https://flask-dropzone.readthedocs.io
- Size: 536 KB
- Stars: 249
- Watchers: 10
- Forks: 69
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE.txt
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).