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:
- Describe what you have already tried?
- Which of the things you tried did not work?
- 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.