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

This commit is contained in:
Björn Schießle 2012-09-19 12:02:36 +02:00
parent 1e880feab1
commit 6596094a28
1 changed files with 1 additions and 1 deletions

View File

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