# HG changeset patch # User Sebastien Jodogne # Date 1547199976 -3600 # Node ID 6aa8d90aeee5bd7802a0c1eea30ce24dfedc5556 # Parent 55dacaf139ed1e512090a60078668e40a0eb6301 minor layout modification diff -r 55dacaf139ed -r 6aa8d90aeee5 NEWS --- a/NEWS Thu Jan 10 21:23:31 2019 +0100 +++ b/NEWS Fri Jan 11 10:46:16 2019 +0100 @@ -5,6 +5,7 @@ ----------- * Don't consider tags whose group is below 0x0008 in C-FIND SCP +* Fix issue #21 (DICOM files missing after uploading with Firefox) * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove) * Fix issue #124 (GET /studies/ID/media fails for certain dicom file) * Fixed Orthanc Explorer on IE and Firefox: Explorer always show "too many results" diff -r 55dacaf139ed -r 6aa8d90aeee5 OrthancExplorer/explorer.html --- a/OrthancExplorer/explorer.html Thu Jan 10 21:23:31 2019 +0100 +++ b/OrthancExplorer/explorer.html Fri Jan 11 10:46:16 2019 +0100 @@ -172,31 +172,34 @@
- + -

+
+

Warning:

Orthanc issue #21: On Firefox, especially on + Linux & OSX systems, files might be missing if using + drag-and-drop. Please use the "Select files to upload" button + instead, or use the command-line "ImportDicomFiles.py" script. +
-
-

Warning:

Orthanc issue #21: On Firefox, especially on Linux & OSX systems, files might be missing when - using drag-and-drop. Use the "Select files to upload" button instead ! -
@@ -636,4 +639,4 @@ - \ No newline at end of file + diff -r 55dacaf139ed -r 6aa8d90aeee5 OrthancExplorer/file-upload.js --- a/OrthancExplorer/file-upload.js Thu Jan 10 21:23:31 2019 +0100 +++ b/OrthancExplorer/file-upload.js Fri Jan 11 10:46:16 2019 +0100 @@ -59,11 +59,6 @@ $("#issue-21-warning").css('display', 'none'); } - // alert('WARNING - This page is currently affected by Orthanc issue #21: ' + - // '"DICOM files might be missing after uploading with Mozilla Firefox." ' + - // 'Do not use this upload feature for clinical uses, or carefully ' + - // 'check that all instances have been properly received by Orthanc. ' + - // 'Please use the command-line "ImportDicomFiles.py" script to circumvent this issue.'); $('#fileupload').fileupload('enable'); });