I am taking photos from camera and keeping in a list of upto 5 images .To send these imagelist, I am using the volley multipartRequest
but it is taking a lot of time to upload the images to server . I even tried compressing the images into byte string format before storing in the list
Any solution?