In my application i want to post multiple images to web component inAndroid. I had done this in windows phone 7 by adding boundaries. I want to how i can i add boundaries for Android application. Can
In my application i want to post multiple images to web component in Android. I had done this in windows phone 7 by adding boundaries. I want to how i can i add boundaries for Android application. Can i have any sample code for doing so.
Regards开发者_C百科,
Panache.
the same idea will work - it's just that you will have to format and construct the body of the post yourself, as I don't think there is an inbuilt class for creating a multipart body in android, but there probably is a class you could grab from somewhere on the web ...
精彩评论