File Selector
File Selector Elements will be rendered within Assistants and Dialogs which allows user to upload file(s).
Marble
fileselector SomeFileSelector {
multifile = [true];
init command {
execute {
}
}
label = "Upload Files";
}
Supported Elements & Properties
- multifile
- label
- init command