adm-zip icon indicating copy to clipboard operation
adm-zip copied to clipboard

Is there a limit to the file size?

Open coderLanlan opened this issue 3 years ago • 1 comments

I use it to read a big zip file(2.6GB),it prompts an error:File size (2689810164) is greater than 2 GB

vision:^0.5.9

code: try { const zip = new admZip(${cases}/${params.name}.zip) let cacheObj: any = zip.readAsText(cache.txt) } catch(err) { console.log(err) }

coderLanlan avatar Sep 30 '22 06:09 coderLanlan

Duplicate of #334

Arkellys avatar Oct 30 '22 07:10 Arkellys

thanks

coderLanlan avatar Nov 25 '22 06:11 coderLanlan