Upload file with HttpClient POST request returns 200, but file didn't upload – CPanel
I want to upload a .json file to a server as a file. I am building a UWP app using C#. I make the POST request using Windows.Web.Http.HttpClient. The post request returns 200, but the file didn't upload. The URL…