There is a need to upload images to the server. Ie, I select the FileOpenPicker image and transfer it to a certain server ... There are a lot of topics on the android, but I can't find anything with #

  • The first page in the search engine is stackoverflow.com/questions/20326045/… - Andrew Paramoshkin
  • @AndrewParamoshkin In my opinion, this is loading and displaying the image in the application itself, and I need to bypass the application, immediately upload to the server ... - Denisok

1 answer 1

var client = new HttpClient(); client.PostAsync(изображение в нужном виде); 
  • And where to specify the address to which to send the image? And how to take it on the server? - Denisok
  • I showed which way to dig. The client has the BaseUri property, you can specify the address. What does it mean how to take on the server? The next question will be “What is hosting?”? - Make Makeluv