Browse Source

add generated unique file name to the uploadingFiles list instead of the original name

remotes/origin/stable45
Björn Schießle 13 years ago
parent
commit
6596094a28
  1. 2
      apps/files/js/files.js

2
apps/files/js/files.js

@ -356,7 +356,7 @@ $(document).ready(function() {
$('#notification').fadeIn();
}
});
uploadingFiles[files[i].name] = jqXHR;
uploadingFiles[uniqueName] = jqXHR;
}
}
}else{

Loading…
Cancel
Save