pionl / laravel-chunk-upload

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
MIT License
617 stars 167 forks source link

Fix ParallelSave from combining prev finished file #44

Closed JustinElst closed 4 years ago

JustinElst commented 6 years ago

Removes previously finished file from $chunkFiles.

pionl commented 6 years ago

Hi,

think we should fix getSavedChunksFiles to not include the final file instead of removing it from an array. Could you change it? Don't have to much free time :(