mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
add generated unique file name to the uploadingFiles list instead of the original name
This commit is contained in:
parent
1e880feab1
commit
6596094a28
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ $(document).ready(function() {
|
|||
$('#notification').fadeIn();
|
||||
}
|
||||
});
|
||||
uploadingFiles[files[i].name] = jqXHR;
|
||||
uploadingFiles[uniqueName] = jqXHR;
|
||||
}
|
||||
}
|
||||
}else{
|
||||
|
|
|
|||
Loading…
Reference in a new issue