Skip to content

v1.0.0

Compare
Choose a tag to compare
@thewebscraping thewebscraping released this 26 Jul 05:32
· 36 commits to main since this release

Django Chunk File Upload is an alternative utility that helps you easily edit Django's chunked, drag and drop file uploads.

Features

  • Multiple file uploads.
  • Drag and Drop UI.
  • MD5 checksum file.
  • Chunked uploads: optimizing large file transfers.
  • Prevent uploading existing files with MD5 checksum.
  • Easy to use any models.

This package is under development, only supports create view. There are also no features related to image optimization. Use at your own risk.