Uploads an url content to a temporary file on the Client Browser Side (Only for web environment). For example: myClURLFile = ClientFile(sourcePath : "C:/tmp/urlFile") clientFileNameU1 = uploadToTemporary(myClURLFile, fromUrl : url, extension : "url", message : "From URL, extension url") display ("Temporary uploaded File from URL: " + clientFileNameU1)
| Name | Type | Description | Mode |
|---|---|---|---|
| fromUrl | String | url from where the content to upload is | in |
| extension | String | extension to use for the temporary client file | in |
| message | String | in |