📚 SAP Business One SDK Help

GetFileFromBrowser Method
See Also  Example

Description

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.

Syntax

Visual Basic
Public Function GetFileFromBrowser() As String

Remarks

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.

Example

C#Copy Code
String filePath = SBO_Application.GetFileFromBrowser()

See Also