Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if the last chunk reach at last it will fail #30

Open
LeeWeiZhang opened this issue May 2, 2018 · 1 comment
Open

if the last chunk reach at last it will fail #30

LeeWeiZhang opened this issue May 2, 2018 · 1 comment

Comments

@LeeWeiZhang
Copy link

in class Resumable function isFileUploadComplete()

for ($i = 1; $i < $numOfChunks; $i++) { // this suppose to be $i <= $numOfChunks;
if (!$this->isChunkUploaded($identifier, $filename, $i)) {
return false;
}
}

@williamdes
Copy link
Contributor

Fixed by #36 (5172968)

@williamdes williamdes mentioned this issue Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants