TVirtualUI.DownloadFile Method (WideString, WideString)

Sends the specified file to the end-user's web browser for saving it in the remote machine.

Pascal

procedure DownloadFile(const LocalFilename: WideString; const RemoteFilename: WideString); safecalloverload;

Parameters

Parameters

Description

const LocalFilename: WideString

Name of the local file to be sent.

const RemoteFilename: WideString

Name of the file in the remote machine.

Group

DownloadFile Method