简体   繁体   中英

Upload multiple images at a time from one web service call in Android?

I am working in an application where I have to upload multiple images at a time from RESTFUL web service URL.

I have converted the images in Base64 forma but now getting problem in creating Array of images.

Please suggest me, how can I send multiple Images at a time by using RESTFUL JSON SERVICE URL .

You can use MultipartEntity to sent multiple images on server. I have already done this. Follow this .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM