Usage Example
type
OpenDialog1: TOpenDialog;
...
OpenDialog1.Title := 'Open file';
OpenDialog1.Execute;
|
This is how the dialog is shown on each platform:
Windows Platform
HTML5 Platform
|
In order to open a File from the remote machine the user will be able to make an upload of one local file into the server.
|
|