Page History
...
- For those parts of the received multipart data that are name-value pairs, the entry in the HTTP_RECEIVED_TYPES variable list will contain the value 'FIELD'. In this case the name-value pair data may be accessed directly by addressing the corresponding indexed entries in the HTTP_RECEIVED_NAMES and HTTP_RECEIVED_VALUES output parameters.
- For those parts of the received multipart data that are files, the entry in the HTTP_RECEIVED_TYPES variable list will contain the value 'FILE'. In this case you must use the HTTP_MULTIPART_GET activity if you wish to receive the file content.
...
- the value 'FILE' if it represents file data. You must use the HTTP_MULTIPART_GET activity if you wish to receive the file content.
...