HTTPPOST

Good time. Can you tell me how to transfer a file in an HTTP POST node in a request?

As usual, it will be a thousand times easier to answer your question if:

  1. Describe what you have already tried?
  2. Which of the things you tried did not work?
  3. What do you expect?

Screenshots and patch files are also very helpful.

if you are familiar how to form the request try that nuget: NuGet Gallery | VL.SimpleHTTP 1.2.1
seems to based on Hello from RestSharp | RestSharp
Preparing requests | RestSharp

http post.vl (9.9 KB)
I’ve tried this, but it doesn’t work. I need to transfer an image file to the server for processing.Everything works out with postman, but I can’t figure it out here.

I think you are initially setting up POST incorrectly, as everything related to multipart is hidden inside the library.

On the other hand, there is an experimental node for this. Have you tried it?