Open File Dialog
RadCloudUpload allows you to open a custom dialog to browse the files for upload. To do this set the CreateOpenFileDialog property. It is of type Func<Microsoft.Win32.OpenFileDialog> and can be used to provide a function that returns an OpeFileDialog instance. This is useful to customize the dialog settings. For example, to restrict users to upload certain type of files.