ClientFile.downloadToTemporaryFileFrom(message)

Downloads a temporary file from the Client Browser Side to the Web cointainer server. For example: FilePNameT = downloadToTemporaryFileFrom(myClientFileD, message : "Temporary Upload to Server") display ("Uploaded Temporary file Name on the Portal Server: " + FilePNameT)

Arguments:

Name Type Description Mode
message String message to show to the user before the action is executed (default: description of operation to perform) in