ClientFile.uploadToTemporary(fromBinary,extension,message)

Uploads a temporary binary file from the Web container server to the Client Browser Side (Only for web environment). For example: mybinFile = Functions.Binary(text : "test message to upload as binary", encoding : "UTF8") clientFileBNameT = uploadToTemporary(ClientFile, fromBinary : mybinFile, extension : "bin", message : "From Binary, extension bin") display ("Temporary downloaded Binary File: " + clientFileBNameT )

Arguments:

Name Type Description Mode
fromBinary Binary binary file to temporary upload in
extension String extension to use for temporary client file in
message String message to show to the user before the action is executed (default: description of operation to perform) in