1

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

yogesh
  • 291
  • 3
  • 7

1 Answers1

2

hi i think these links may help you.

zip.js this is a javascript zip library.

or I found A ios plugin link

or Stack over flow question javascript zip

Community
  • 1
  • 1
Arjun T Raj
  • 3,187
  • 1
  • 21
  • 44