Hello everyone,
I want to know which is the best way to upload an image that i have in (any platform device , android, ios, winphone) to a web api, should i use put or post, how i have to convert the image byte[], string? ,
Actually i don't have issues trying to download the image and saving locally, but don't know how to send the image to save on the server.
If you can provide me with some example code will be awesome.
Thanks by the way