First, I am new to AngularJs. Now i am trying to zip a local file or local folder using angular JS. I have analyzed some methods as follows,
-
In this JS Zip there is no support to zip the local file and local folder.
-
The above tool is Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk.
My question as follows,
- Is there any possibility in angular JS to zip a local file or folder from client side?
- Otherwise is there any possibility to use the adm-zip javascript implementation tool to zip the local file or folder from client side?
Anyone help will be appreciated!!!