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: about 1 year 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T12:35:43.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T20:12:55.855Z (about 1 year ago)
- Topics: dropzone, flask, flask-extension
- Language: Python
- Homepage: https://flask-dropzone.readthedocs.io
- Size: 536 KB
- Stars: 250
- Watchers: 9
- Forks: 68
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
# Flask-Dropzone
[](https://github.com/helloflask/flask-dropzone/actions)
[](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).