Mercurial > hg > orthanc
changeset 2198:79d259b86aa9
warning about issue #21 (missing files if uploading with Orthanc Explorer)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 03 Dec 2016 12:19:33 +0100 |
parents | f6474d6af66a |
children | feabd88c88e4 |
files | OrthancExplorer/file-upload.js |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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'); });