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
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.
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