You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: