https://github.com/mbraak/django-file-form
Django-file-form helps you to write forms with a pretty ajax upload
https://github.com/mbraak/django-file-form
ajax-upload django file-upload javascript
Last synced: about 1 year ago
JSON representation
Django-file-form helps you to write forms with a pretty ajax upload
- Host: GitHub
- URL: https://github.com/mbraak/django-file-form
- Owner: mbraak
- License: other
- Created: 2013-05-08T10:06:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T06:11:42.000Z (about 1 year ago)
- Last Synced: 2025-05-09T07:21:41.677Z (about 1 year ago)
- Topics: ajax-upload, django, file-upload, javascript
- Language: JavaScript
- Homepage:
- Size: 16.3 MB
- Stars: 161
- Watchers: 10
- Forks: 40
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.rst
Awesome Lists containing this project
README
 [](https://pypi.python.org/pypi/django-file-form/)
[](https://codecov.io/gh/mbraak/django-file-form)
[](https://pypi.python.org/pypi/django-file-form/)
# Django file form
**Django-file-form** helps you to write forms with a pretty ajax upload.
Read the documentation at [http://mbraak.github.io/django-file-form/](http://mbraak.github.io/django-file-form/)
Features:
- You can easily add an ajax file-upload to a form.
- The ajax upload works the same as an html upload.
- This means that you don't have to change your code to support ajax upload.
- Supports single and multiple file upload.
- Supports edition of uploaded files.
- Supports upload directly to AWS S3 compatible storages.
- Supports frontend events for the addition and removal of files.
- Supports addition of arbitrary file meta data and related widgets.
The project is hosted on [github](https://github.com/mbraak/django-file-form).