Post file to REST client API through C#
When you want to post file to Web API / REST client API through c#. You can use below code in C# to post file using Multipart Form Post in C#. Below is the HTML sample code: [crayon-673366072d6c6041638089/] you can post file simply as you are doing in asp.net mvc. After that you can use below
Read more