Unzip a ZIP file Client Side

Does anyone know if there is a way to unzip a zip file for manipulation with TWebCore in the browser?

Thanks,

Rhett Price

We've not needed to use this functionality here so far but you might have a look at a JS lib for unzip, for example: https://gildas-lormeau.github.io/zip.js/ and integrate this.