Releases: thewebscraping/django-chunk-file-upload
Releases · thewebscraping/django-chunk-file-upload
v1.0.3
What's Changed
- feat: supported more file types by @thewebscraping in #3
- Dev by @thewebscraping in #4
- chore: fix app settings by @thewebscraping in #5
- chore: fix app settings by @thewebscraping in #6
- chore: fix permissions, remove admin tags on template by @thewebscraping in #8
- Dev by @thewebscraping in #9
- Merge Dev by @thewebscraping in #10
- feat: improve image optimizer class, unittests by @thewebscraping in #11
- Dev by @thewebscraping in #12
- chore: README by @thewebscraping in #13
Full Changelog: v1.0.0...v1.0.3
v1.0.0
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.