Skip to content

Releases: thewebscraping/django-chunk-file-upload

v1.0.3

01 Sep 04:58
ba2504c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.3

v1.0.0

26 Jul 05:32
Compare
Choose a tag to compare

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.