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 65fa1ac commit 4ae7c2eCopy full SHA for 4ae7c2e
demo/js/qiniu.js
@@ -328,7 +328,7 @@ function QiniuJsSDK() {
328
var auto_start = up.getOption && up.getOption('auto_start');
329
auto_start = auto_start || (up.settings && up.settings.auto_start);
330
if (auto_start) {
331
- $.each(files, function(i, file) {
+ plupload.each(files, function(i, file) {
332
up.start();
333
});
334
}
@@ -398,7 +398,7 @@ function QiniuJsSDK() {
398
blockSize = file.size - localFileInfo.offset;
399
400
} else {
401
- // 删除localStorage,避免 499 bug
+ // 进度100%时,删除对应的localStorage,避免 499 bug
402
localStorage.removeItem(file.name);
403
404
0 commit comments