Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to add multipart sections to data stream

smicloud
Tera Guru

I am trying to create a data stream action which should be of type multipart. I cannot find any examples how to do this so reaching out a hand here. 

 

Let's say I have this body below that works when I use it as static text with the appropriate Content-Type defined, how would I go about changing the Request Type from Text to Multipart and how to add this data in the form?

 

------------f8n51w2QYCsvNftihodgfJ
Content-Disposition: form-data; name="file";filename="MyFile.txt"
Content-Type: text/plain

Some text
------------f8n51w2QYCsvNftihodgfJ--

 

smicloud_0-1730357266832.png

 

0 REPLIES 0