laravel-chunk-upload icon indicating copy to clipboard operation
laravel-chunk-upload copied to clipboard

Missing chunks while using uploading

Open marcommk opened this issue 2 years ago • 1 comments

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

marcommk avatar Feb 09 '23 23:02 marcommk

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.

Danmanu44 avatar Feb 11 '23 12:02 Danmanu44