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