Closed
Description
Thanks for great package, i am facing a problem in both dropzone and resumable.js i used exact same code from example, everything works so far but the
$save = $receiver->receive();
// check if the upload has finished (in chunk mode it will send smaller files)
if ($save->isFinished()) {
above condition is always fail, and in last chunk response
$handler->getPercentageDone()
this gives 100 percent but as isFinished() gives false so it doesn't upload actual file.
i have tried with both dropzone and resumable.js both gives same result.
Metadata
Metadata
Assignees
Labels
No labels