Upload file: Multipart-formdata with body

I need to send a file, but I need the body to have some information that is in a set node.

I found a post by @RicardoE105 talking about the possibility of making the call directly through a function node Upload File: Multipart-formdata

unfortunately I don’t know how to set up the function node to send this data correctly, could someone help me?

I am enclosing the information that I need to send from the node defined before the call, which is variable data, thank you in advance for your attention

If you use the latest version of the HTTP node you do not need to use the function node to send multipart-formdata request.

3 Likes

thank you so much i was using the old version

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.