How to create an html file and http post?

Hey guys,
I am trying to create an html file, and then post the file via http, I played around with the binary file creation but can’t seem to get it. Any help would be welcomed, thanks!

It would be more something like this:

But it is currently sadly not possible with the HTTP Request Node to send binary + other body data.

Thanks @jan

Perhaps I might be able to curl via execute command with the binary file and other params?

You can also do it via the Function-Node and importing axios/request.

1 Like