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

数据文件超过5个错误 #1

Open
zhaojw83 opened this issue Sep 23, 2020 · 0 comments
Open

数据文件超过5个错误 #1

zhaojw83 opened this issue Sep 23, 2020 · 0 comments

Comments

@zhaojw83
Copy link

line 230行修改如下,不知道新版本有没有改
// Remove an existing file in the queue
$data.removeExistingFile = function (file) {
for (var key in $data.inputs) {
input = $data.inputs[key];
limit = input.files.length;
/zhao change/
$data.uploads.count--;
/
**/
for (var n = 0; n < limit; n++) {
existingFile = input.files[n];
// Check if the filename matches
if (existingFile.name == file.name && !existingFile.complete) {
$data.queue.replaced++;
methods.cancel.call($this, existingFile, true);
}
}
}
}

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

1 participant