v1.2.0
版本发布时间: 2018-05-08 20:54:11
pionl/laravel-chunk-upload最新发布版本:v1.5.4(2024-03-25 23:50:50)
New
🎆 Add support for simultaneousUploads (resumable.js) - #27 🙌 Add support for parallelChunkUploads (Dropzone) - #27
Breaking changes
With this release there are some breaking changes for cleaner code. It will break only if you implemented your own handler:
- Any custom handler must implement new method: startSaving which should return ChunkSave or ParallerSave for simultaneousUploads support
-
ChunkStorage->files()
returns only collection of chunk files, not all files in chunk directory. - Removed
ChunkSave->appendDataToChunkFile
method, use FileMerger class - AbstractHandler::createChunkFileName now has 2 optional parameters.