Post multiple files through REST client

The following pipeline demonstrates how to leverage Multipart Reader to post multiple files using the Content type as Form data through the REST client.



Create a Triggered task for the specific Multipart Reader pipeline. It takes the cloud URL from the Manager and sends the REST pipeline request from the Postman client:



The Snap receives the request from the REST client and displays an output as a multipart output stream:

Three files are passed from the REST Client. These files are merged and displayed as a multipart output stream.