]> source.dussan.org Git - nextcloud-server.git/commitdiff
add generated unique file name to the uploadingFiles list instead of the original...
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 19 Sep 2012 10:02:36 +0000 (12:02 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Wed, 19 Sep 2012 10:02:36 +0000 (12:02 +0200)
apps/files/js/files.js

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