Changes for page Upload


From version 4.3
edited by awa
on 17.03.2022, 16:33
Change comment: There is no comment for this version
To version 4.4
edited by awa
on 18.03.2022, 10:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,7 +20,7 @@
20 20  {{table dataTypeAlpha="0" colWidth="-500"}}
21 21  |=Name|=Description
22 22  |Image preview|When checked, displays a thumbnail of the file the user selected. For image files this is a scaled down version of that image. For other files, a file icon is shown.
23 -|Automatic Upload|When enabled, selected files are uploaded automatically in the background. This can help to reduce the time it takes to submit the form.
23 +|{{version major="7" minor="0" patch="11" /}} Automatic Upload|When enabled, selected files are uploaded automatically in the background. This can help to reduce the time it takes to submit the form.
24 24  {{/table}}
25 25  {{/internBaseOptionsElement}}
26 26  
... ... @@ -44,7 +44,7 @@
44 44  {{table dataTypeAlpha="0" colWidth="-500"}}
45 45  |=Name|=Description
46 46  |File name|When no name is specified, the uploaded file will be saved with its original name. Otherwise, this name is used for saving the file on the server.
47 -|Compress images|When enable, uploaded images are scaled and converted to the target format. The file that was originally uploaded is discarded, only the compressed image is saved. Should the compression fail unexpectedly (such as when the server does not support the file format), the original file is saved instead.
47 +|{{version major="7" minor="0" patch="11" /}} Compress images|When enable, uploaded images are scaled and converted to the target format. The file that was originally uploaded is discarded, only the compressed image is saved. Should the compression fail unexpectedly (such as when the server does not support the file format), the original file is saved instead.
48 48  |Max. width|The maximum width of the compressed image. The image is scaled by an amount such that this width is not exceeded. If you enter a value of //0//, no restriction applies.
49 49  |Max. height|The maximum height of the compressed image. The image is scaled by an amount such that this height is not exceeded. If you enter a value of //0//, no restriction applies.
50 50  |Format|Target format of the image. When you select //automatic//, the system attempts to preserve the original format of the uploaded image.