How to see the files inside a zip without extracting the information in React Application(Javascript)?

511 views Asked by At

I was trying to access a zip inside my react app without extracting the zip I need to know if a specific file is there inside a zip or not. I don't want to use any third-party application? Is it possible to get the same in JavaScript?

I have tried to use AdmZip and JSZip library as well but it's not working. In Adm Zip I'm getting file Module not found: Can't resolve 'fs'

0

There are 0 answers