I have a web-app where the user clicks on a button and selects a .zip file. The zip file is then returned as File object to Javascript which further processes the file.
I have a hybrid version of the web-app, on Android.
The zip file is stored on the mobile device,
Is it possible to pass the .zip file to the Javascript where it can do some of the processing?
Thanks