The Upload component is a component for uploading files.
If you have activated the upload of multiple files, you can then access all files, e.g. with the dataset\Each action or dataset\GetAll action.
Properties
|
Type |
Name |
Description |
|---|---|---|
|
BOOLEAN |
Visibility |
Indicates whether the component is visible. |
|
INPUT |
Editable |
Indicates whether the component is editable. |
|
INPUT |
Class |
Specifies additional CSS classes of the components. |
|
INPUT |
label |
Specifies the name of the component. |
|
INPUT |
accept |
Specifies the mime type to limit the file types when uploading. |
|
INPUT |
multiple |
Specifies whether the upload of multiple files is activated and deactivated. |