DownloadFile

Top  Previous  Next

This method downloads to the remote machine an indicated file.

 

Delphi Syntax

 

Object.DownloadFile ( FileName: String );

 

Arguments

 

FileName

The complete file path to be downloaded.

String

 

Remarks

The File Upload will work automatically, without having to call any method.

 

See also

See also about the ResizeRemote method.