Triggers the Web browser to upload a file to the server. After the file is uploaded, returns the full path of the file that is saved in the server.
| Visual Basic |
|---|
Public Function GetFileFromBrowser() As String |
You can use the ClientType property to call these functions in Browser Access mode only. These functions are not supported in Windows desktop mode, and if called, an exception will be thrown.
| C# | Copy Code | |
|---|---|---|
| ||