Multipart/form-data

Multipart/form-data (ODC)

Stable version 0.1.1 (Compatible with ODC)
Uploaded on 07 August 2024 by OutSystems Labs
Multipart/form-data

Multipart/form-data (ODC)

Details
Detailed Description

A quick and easy way to create the body of a multipart/form-data message.


This component provides a quick and easy way to create the body of a multipart/form-data message. This is especially useful for consuming REST services that need this format instead of the more common (and OutSystems-supported) JSON.

For background see this Medium article.


The component also lets you expose Endpoints that receive multipart/form-data content.

Release notes 

Updated dependencies to BinaryConcat and MultipartFormData Parser