Java download large dynamic zip file
Welcome to Java GZIP example. GZIP is one of the favorite tool to compress file in Unix systems. We can compress a single file in GZIP format but we can’t compress and archive a directory using GZIP like ZIP files. I am able to do this by creating the zip file on the server hard disk and making use of this file and let the user to download the files, everything is going fine. But I don’t want to create a zip file on the hard-disk, I want to create it on the fly and let user download the zip file, at any point of time there should be no .zip file on my