# HG changeset patch # User Alain Mazy # Date 1547115579 -3600 # Node ID b311cff247cab5a370fd1f88150fec1ec56469d9 # Parent 81b58b54984523adfa380af29024b66951a3aa3d added a log in console to debug issue #1. Can't reproduce the issue since then so let's keep the log! diff -r 81b58b549845 -r b311cff247ca OrthancExplorer/file-upload.js --- a/OrthancExplorer/file-upload.js Thu Jan 10 10:51:36 2019 +0100 +++ b/OrthancExplorer/file-upload.js Thu Jan 10 11:19:39 2019 +0100 @@ -27,6 +27,7 @@ $('#progress .label').text('Failure'); }) .bind('fileuploaddrop', function (e, data) { + console.log("dropped " + data.files.length + " files"); appendFilesToUploadList(data.files); }) .bind('fileuploadsend', function (e, data) {