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 #
1 answer
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
|