httpReceive

Version 23.2.8630


httpReceive

Version 23.2.8630


Receive files included in the HTTP request. The file content is sent using the input type=file element and encoded as multipart form data.

Required Parameters

  • inputname#: The name of the file input tag.

Optional Parameters

  • path#: Save received data to the path.
  • filename#: The name of the received file.
  • accept: Specifies the types of files that the server accepts. To specify more than one value, separate the values with a comma (e.g., .gif, .jpg, .png, .doc).

Output Attributes

  • http:filename#: The name of the received file.
  • http:filedata#: The data of the received file. This parameter will output if the path parameter is not specified.