I want to have a code where I can unzip a zipped file but even after trying so many things, I am not able to do this.
I want this in my front end because I just want to unzip and process the file inside to do some computation with the data inside.
I tried
https://github.com/nika-begiashvili/libarchivejs
I followed this readme but still i got this error,
https://github.com/nika-begiashvili/libarchivejs#readme
but when I try to unzip the file I get this error
Looking at it, it looks like this error is that it is not able to decompress
i checked another popular solution in StackOverflow this is:
first answer of this:
but I don't know what is
ZipFile in
var zipFile = new ZipFile(url, doneReading)
How can I get it !!
I am so lost, can anyone please help me !!
This is the zip file that I want to compress !!
This is inside my main zip file: