I would like to zip few images(5 images) captured using android phone camera via phonegap and to transfer the zip file to server(java).
Is it possible zip the images using there URI either by using the java script or using phonegap API ? or if it is only possible through native call, how can we call a native method with the parameters(URI) from the phonegap?
any links related to this will be this will be very helpfull.
Thanks