Event args for FileSelectionRequested
. To handle file selection, the application must either call Continue()
to select files or call Cancel()
to cancel file selection.
string[] AcceptFilters
Filters provided by the page to specify the allowed file types. If the page didn't specify any file types, then this array is empty.
bool MultipleAllowed
Filters provided by the page to specify the allowed file types.