Skip to content
Snippets Groups Projects
Commit 411f43d1 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Update doc for Form.parameter.uploadType

parent 195fc9d0
No related branches found
No related tags found
1 merge request!691New version v24.3.0
Pipeline #12118 passed
......@@ -2348,10 +2348,10 @@ FormElement.parameter
will be misinterpreted.
* *importListSheetNames* = 0|1. For debug use only. Will open a dialog and report all found worksheet names.
* *uploadType*= v2 (default) | v1.
* *uploadType* = v1|v2 - v2 is default
* Upload Dialoag v1 is based on `JQWidget <https://www.jqwidgets.com>`_ and is not drag'n'drop capable.
* Upload Dialoag v2 is based on `Filepond <https://github.com/pqina/filepond>`_ and is drag'n'drop capable.
* Upload Dialoag v2 (default) is based on `Filepond <https://github.com/pqina/filepond>`_ and is drag'n'drop capable.
Immediately after the upload finished (before the user press save), the file will be checked on the server for it's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment