Wisej.Web.OpenFileDialog
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Prompts the user to open a file from the server.
You can:
Initializes a new instance of OpenFileDialog.
Initializes a new instance of the OpenFileDialog extender with a specified container.
Boolean: Returns or sets a value indicating whether the dialog box displays a warning if the user specifies a file name that does not exist.
Boolean: Returns or sets a value indicating whether the dialog box allows multiple files to be selected.
String: Returns the file name and extension for the file selected in the dialog box. The file name does not include the path.
String[]: Returns an array of file names and extensions for all the selected files in the dialog box. The file names do not include the path.
Returns: Stream. A Stream that specifies the read-only file selected by the user.
Throws:
Resets all properties to their default values.