We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3dd49 commit 258e47dCopy full SHA for 258e47d
src/qiniu.js
@@ -390,7 +390,7 @@ function QiniuJsSDK() {
390
file.percent = localFileInfo.percent;
391
ctx = localFileInfo.ctx;
392
if (localFileInfo.offset + blockSize > file.size) {
393
- blockSize = file.size - localFileInfo.ctx;
+ blockSize = file.size - localFileInfo.offset;
394
}
395
396
up.setOption({
0 commit comments