Login to follow
MultipartFormDataParser

MultipartFormDataParser (ODC)

Stable version 0.2.0 (Compatible with ODC)
Uploaded on 07 August 2024 by OutSystems Labs
MultipartFormDataParser

MultipartFormDataParser (ODC)

Documentation
0.2.0

To use the component you need to pass in a binary with your Multipart/Form-Data content.


It's recommended to retrieve the Multipart/Form-Data from the response header, however, if no value is passed, the component will attempt to retrieve the boundary based on the content provided.


Additionally, you can optionally pass in a different encoding in case the data provided was sent using a different encoding,


If successful, a list of parts will be returned with the different parts of the payload.