Hi,

I need to extract the files contained in a zip after a web upload.

I use Commons Fileupload to get the file

and then I'd like to use VFS to navigate the zip.

I used the VFS to navigate a zip on local filesystem and it is great.

Using FileUpload I get an InputStream,
how can I objtain a ZipFileObject from that InputStream ?

The web application can't access local file system to store data in
temporary files.

Thanks in advance

Monica

Reply via email to