fileReceive

Version 23.4.8800


fileReceive

Version 23.4.8800


Receives a file from the request.

Required Parameters

  • File: The name of the file being received.

Optional Parameters

  • Data: The file contents. This input must be the last field in the form.
  • Encoding: The transfer encoding of the data. The allowed values are ‘None, Base64’.
  • ReadFromRequest: When set to true, the file contents will be read directly from the body contents of the HTTP Post. The allowed values are ‘true, false’. The default value is ‘false’.

Output Attributes

  • file:File: The full path of the file written.