C# client (.NET 4.5) for image upload and a text string to ASP.NET Core Web API
I have an ASP.NET Core Web API to upload images to a gallery. It needs image upload and a user string at the end point. In swagger it works fine and shows a button for image upload and a text box to enter the user name.
C# Client (.Net 4.5) For Image Upload and a text string to .Net Core Api
I have a .net core Api to upload images to a gallery. It needs image upload and a user string at the end point. In swagger it works fine and shows a button for image upload and a text box to enter the user name.