Shows a file selection dialog for the user. Uploads the selected file to a file data object.
Target parameters (in) and Activity options
Dialog Prompt | The prompt text string. |
Dialog Header | The header text string. |
Upload Button Text | An optional label for the upload button. |
Cancel Button Text | An optional label for the cancel button. |
Accept Format | You can specify which file types the user should select with a string separated by comma, e.g. “.xlsx,.xls”. |
Source parameters (out)
Dialog Result | Is true when the user selected the OK/Upload button. |
File Data | The uploaded file as a FileData object. |
File Name | The file name of the selected file. |
File Size | File size in bytes. |
Mime Type | Returns the MIME type of the file. |
Drop targets
Ok
Cancel
Comments
0 comments
Please sign in to leave a comment.