Zip images from SDK

Hi.

My users can upload 12 images to the Filestorage. Is it possible somehow to zip all those images from the SDK?
So downloading all images will be easier and more efficient.

Regards,
Ben

Hi Ben,

You can zip contents of a directory in Backendless Hosting using console:
http://support.backendless.com/public/attachments/d6faa2b851814cb7b3d777b358345a24.png</img>

Regards,
Mark

Hi Mark.

There is no way to do this on client side? Since the images I want to zip will be uploaded from client side it get’s a bit inconvenient for me to zip their files manually.

Regards, Ben

Hi Ben,

If you need to zip the files on the client side, you should use the facilities available in the client environment. For example, in Android you could use this:http://developer.android.com/reference/java/util/zip/package-summary.html

Mark