Method SelectFile
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
SelectFile(string)
Creates an OpenFileResponse that notifies the browser that the file was selected in the file chooser dialog.
public static OpenFileResponse SelectFile(string file)
Parameters
file
stringthe selected file.
Returns
- OpenFileResponse
The OpenFileResponse instance that can be used as a return value in OpenFileHandler implementation.