Posts by Matheus Eufrasio • 1 point
1 post
-
-1
votes1
answer815
viewsQ: How to make a POST with "Multipart/form-data" using C# in Console applications?
I’m trying to do it like this and it’s not working: var content = new MultipartFormDataContent(); httpClient.BaseAddress = new Uri(urlFinal); var fileContent = new…