Sending a zip file from one Composable instance to another #57
Unanswered
eschenfeldt
asked this question in
DataFlows & Modules
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
If I want to send a zip file from one Composable instance to another what modules should I use? The calling instance is able to web activate a flow on the receiving instance without a problem, but I'm having difficulty identifying which modules to use and how to deal with the arguments on either side.
I've tried using the WebClient File Sender Robust either directly passing my file as the Input or using the HTML Multipart Form Encoder, but the Web Receive on the other side doesn't seem to be recognizing the zip as a file (rather than a giant string) in either case.
Beta Was this translation helpful? Give feedback.
All reactions