Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.22 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.22 KB

Continuous integration Version

codecov

License

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/

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.