You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting 'No file uploaded' response. I have also tried setting content-type explicitly as follows: content.Headers.ContentType = new MediaTypeHeaderValue("multipart/form-data");
But still the result is same i.e. getting 'No file uploaded' response.
Any help will be much appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to make POST request to ogre web client from c#. Below is my code:
I am getting 'No file uploaded' response. I have also tried setting content-type explicitly as follows:
content.Headers.ContentType = new MediaTypeHeaderValue("multipart/form-data");
But still the result is same i.e. getting 'No file uploaded' response.
Any help will be much appreciated.
Thanks
The text was updated successfully, but these errors were encountered: