Sends a file that is stored in the server to a Web browser.
| Visual Basic |
|---|
Public Function SendFileToBrowser( _
ByVal fileName As String _
) As Boolean |
- fileName
- Full path of the file.
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 | |
|---|---|---|
| ||