Вопрос

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top