Downloads a file from the Client Browser Side to the Web cointainer server to a specific destination file or directory. For example: // The file is transferred and created on the server in which the Portal runs as /tmp/loadFile FilePName = downloadFileFrom(myClientFileD, destination : "/tmp/loadFile", message : "Upload file from Browser machine to /tmp/loadFile") display ("Uploaded file Name that was created on the Portal Server: " + FilePName)
| Name | Type | Description | Mode |
|---|---|---|---|
| destination | String | destination file or directory on the server with the web container is running | in |
| message | String | in |