How to upload image file in android using web api -


i want upload images using web api. tried binary data of images , send them string or json parameter. binary data string long , after time application stopping.

web api writed in c#. , have images, have upload these when user clicks sync button. how can that?

you need send data on internet in xml form. convert data information in xml form , after send api. many api receive data in xml format.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -