Django file form

Django-file-form helps you to write forms with a pretty ajax upload.

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.

Works with Django 4.2 and 5.0. Also with Python 3.8 - 3.12

Older versions:

  • Django-file-form 3.5.x supports Django 4.1