Sends a file from a RoleTailored client to the corresponding Microsoft Dynamics NAV Server.

[Ok :=] UPLOADINTOSTREAM(DialogTitle, FromFolder, FromFilter, FromFile, NVInStream)

Parameters

DialogTitle

Type: Text

The text displayed in the title bar of the Open dialog box.

FromFolder

Type: Text

The path to the folder that is displayed in the File Open dialog box. This is the default folder, but the user can browse to any available location.

FromFilter

Type: Text

The type of file that is displayed in the Open dialog box. This is the default value and the user can change it.

FromFile

Type: Text

The name of the file that is displayed in the Open dialog box. This is the default file name, which the user can change.

NVInStream

Type: Variant

The InStream used to send the file.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also