# HG changeset patch # User Sebastien Jodogne # Date 1480763973 -3600 # Node ID 79d259b86aa9978eca34d7d1c688217deff6c27f # Parent f6474d6af66a10657b31403307424f90930edd20 warning about issue 21 (missing files if uploading with Orthanc Explorer) diff -r f6474d6af66a -r 79d259b86aa9 OrthancExplorer/file-upload.js --- a/OrthancExplorer/file-upload.js Sat Dec 03 11:00:04 2016 +0100 +++ b/OrthancExplorer/file-upload.js Sat Dec 03 12:19:33 2016 +0100 @@ -48,6 +48,11 @@ $('#upload').live('pageshow', function() { + 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'); });