changeset 823:9e953bba1b21

added stone_webviewer_troubleshooting
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Mar 2022 08:13:32 +0100
parents 0f4f11636193
children c568ec32c1eb
files Sphinx/source/faq/transfer-atomicity.rst Sphinx/source/plugins/stone-webviewer.rst
diffstat 2 files changed, 26 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/transfer-atomicity.rst	Mon Mar 21 12:54:40 2022 +0100
+++ b/Sphinx/source/faq/transfer-atomicity.rst	Tue Mar 22 08:13:32 2022 +0100
@@ -1,7 +1,7 @@
-.. _dcmtk-tricks:
+.. _transfer_atomicity:
 
-How to guarantee study transfer atomicity ?
-=========================================
+How to guarantee study transfer atomicity?
+==========================================
 
 .. contents::
    :depth: 3
@@ -111,13 +111,15 @@
 
 **Note**:
 
-* In earlier Orthanc versions, ``ChunkedTransfers`` was disabled, and the whole study 
-was transmitted in a single HTTP request and parsed only once the full HTTP request 
-had been received.  Therefore, the whole study was stored at once on the destination.
-However, note that ``ChunkedTransfers`` is enabled by default on every Orthanc server 
-but it can be disabled in the client configuration.  Also note that studies bigger than 
-2 GB can not be transferred with ``ChunkedTransfers`` disabled which means it is not 
-recommended to perform transfers with disabled ``ChunkedTransfers``.
+* In earlier Orthanc versions, ``ChunkedTransfers`` was disabled, and
+  the whole study was transmitted in a single HTTP request and parsed
+  only once the full HTTP request had been received.  Therefore, the
+  whole study was stored at once on the destination.  However, note
+  that ``ChunkedTransfers`` is enabled by default on every Orthanc
+  server but it can be disabled in the client configuration.  Also
+  note that studies bigger than 2 GB can not be transferred with
+  ``ChunkedTransfers`` disabled which means it is not recommended to
+  perform transfers with disabled ``ChunkedTransfers``.
 
 
 
@@ -142,4 +144,4 @@
 
 Provided that the client is sending a full study, the server receiving it
 will store it completely.  Therefore, on server side, the ``StableStudy`` event will trigger only
-on full studies.
\ No newline at end of file
+on full studies.
--- a/Sphinx/source/plugins/stone-webviewer.rst	Mon Mar 21 12:54:40 2022 +0100
+++ b/Sphinx/source/plugins/stone-webviewer.rst	Tue Mar 22 08:13:32 2022 +0100
@@ -95,6 +95,19 @@
 options in the `configuration file
 <https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.2/Applications/StoneWebViewer/WebApplication/configuration.json>`__.
 
+
+.. _stone_webviewer_troubleshooting:
+
+Troubleshooting
+---------------
+
+- Users have reported that some versions of Google Chrome and Chromium
+  (notably from the family of releases 97.0.x) don't properly support
+  **drag-and-drop**. If drag-and-drop doesn't work, upgrade your Web
+  browser. You can also replace drag-and-drop by clicking on the "drop a
+  series here" area, then clicking on the series you want to load.
+
+
 FAQ
 ---
 
@@ -160,4 +173,3 @@
 
   We are looking for :ref:`industrial sponsors <contributing>` to
   implement such new features in the Stone Web viewer.
-