comparison OrthancExplorer/file-upload.js @ 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 4bc019d2f969
children c9c2faf76bec
comparison
equal deleted inserted replaced
2197:f6474d6af66a 2198:79d259b86aa9
46 }); 46 });
47 47
48 48
49 49
50 $('#upload').live('pageshow', function() { 50 $('#upload').live('pageshow', function() {
51 alert('WARNING - This page is currently affected by Orthanc issue #21: ' +
52 '"DICOM files might be missing after uploading with Mozilla Firefox." ' +
53 'Do not use this upload feature for clinical uses, or carefully ' +
54 'check that all instances have been properly received by Orthanc. ' +
55 'Please use the command-line "ImportDicomFiles.py" script to circumvent this issue.');
51 $('#fileupload').fileupload('enable'); 56 $('#fileupload').fileupload('enable');
52 }); 57 });
53 58
54 $('#upload').live('pagehide', function() { 59 $('#upload').live('pagehide', function() {
55 $('#fileupload').fileupload('disable'); 60 $('#fileupload').fileupload('disable');