# HG changeset patch # User Sebastien Jodogne # Date 1647933212 -3600 # Node ID 9e953bba1b21bf3ba38fc32faaf7ba57a2ca71c2 # Parent 0f4f116361939469e5f47198e4eb0605e464f968 added stone_webviewer_troubleshooting diff -r 0f4f11636193 -r 9e953bba1b21 Sphinx/source/faq/transfer-atomicity.rst --- 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. diff -r 0f4f11636193 -r 9e953bba1b21 Sphinx/source/plugins/stone-webviewer.rst --- 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 `__. + +.. _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 ` to implement such new features in the Stone Web viewer. -