aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2012-09-19 12:02:36 +0200
committerBjörn Schießle <schiessle@owncloud.com>2012-09-19 12:02:36 +0200
commit6596094a284f8e800a2b50f9cf82973ce7daea2f (patch)
tree44e8e82ae7dde97e3e17427308bf375001d2e2d6 /apps/files/js
parent1e880feab1300eb54e9ce82438733ef3c5548a8c (diff)
downloadnextcloud-server-6596094a284f8e800a2b50f9cf82973ce7daea2f.tar.gz
nextcloud-server-6596094a284f8e800a2b50f9cf82973ce7daea2f.zip
add generated unique file name to the uploadingFiles list instead of the original name
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/files.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index aefd6f20bec..824b04cebb0 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -356,7 +356,7 @@ $(document).ready(function() {
$('#notification').fadeIn();
}
});
- uploadingFiles[files[i].name] = jqXHR;
+ uploadingFiles[uniqueName] = jqXHR;
}
}
}else{