How to zip multiple images and post to server using google recommended HTTPURLConnection? For example 50 images available getExternalFilesDir(Environment.DIRECTORY_PICTURES) directory,
- Can I use Gzip to club and compress as a single file?
- How many images can i club in a single file?
- What is the maximum size of compressed file post to server using HTTPURLConnection?
- Can I use Multipart HTTP request to post the compressed file?
- Is it any best practice available in android to post multiple images to server?