How to configure the Upload with Metadata option
In File Manager, files can optionally be uploaded with metadata.
By default, metadata upload is disabled.
Configuration is performed in the fileMetadataAttributes section of the Edit Configurations window.
Go to Services β Servers.
Click the HTTP or HTTPS server card where File Manager is configured.
Scroll down to the Applications section.
Click the edit icon to open the Edit Configurations window.

The first and mandatory step to show the arrow and its Upload with metadata menu entry is to set the enable parameter to true.
To display the arrow next to the Upload button - revealing the Upload with metadata option - you must enable the feature.
When enabled, the Upload button will show an additional arrow with the Upload with metadata entry.
If you still do not see the arrow or the menu, clear your browser cache.

After enabling the feature, configure the fields that appear in the Upload with metadata dialog.
This is done in the fields array:
Where:
name: the ID of the metadata field.
mandatory:
trueβ the field cannot be empty.An asterisk
*appears in the dialog as a visual indicator.
values: creates a dropβdown list with predefined entries. In the sample,
publicandsecretare listed.defaultValue: the value shown by default (here:
public).labels: the label displayed to the user. Multiple languages are supported.
Moreover, the sample file contains an optional Sender Note field.
Where:
name: the ID of the metadata field.
mandatory:
falseβ the field is optional.
maxLength: maximum number of characters the user can enter.
defaultValue: the initial value shown in the field (empty in this case).
labels: field label displayed to the user in the supported languages.
Last updated