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
602 stars 167 forks source link

Missing chunks while using uploading #150

Open marcommk opened 1 year ago

marcommk commented 1 year ago

I am trying to implement a video uploader from my react front end with resumable.js connected to the Laravel api backend. However, while checking the log and finding all chunks arrive when I check the chunk folder I found I have several missing parts making the isFinished() method always returning false.

The Laravel code is the same as the example, and for the front I tried changing the code and implementing differents configurations on resumablejs with no success

Q A
This Package Version 1.5.1
Laravel Framework Version 7
PHP version 7.4
Operating system debian
Danmanu44 commented 1 year ago

Pardon for posting this here I dont know how to contact @marcommk and I want to help. I use nassajis/laravel-resumable-upload and now everything work as expected with little code.