Skip to content

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

License

Notifications You must be signed in to change notification settings

mbraak/django-file-form

Folders and files

NameName
Last commit message
Last commit date
Feb 7, 2025
Jan 20, 2025
Jan 20, 2025
Nov 18, 2024
Feb 7, 2025
Feb 12, 2025
Aug 24, 2022
May 8, 2013
Dec 24, 2019
Dec 25, 2022
Mar 8, 2021
Sep 9, 2024
Aug 14, 2024
Jan 23, 2025

Repository files navigation

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.