Unzip a File by using File Listener
Hi,
I have a requirement that a zip file includes one text file and one XML file.
By using file listener we need to unzip the file and parse the data from both the files that is from text file as well as XML file.I had tried with many java codes to extract the zip file but not getting proper solution.
So kindly help me to solve how to extract the Zip file.
Thanks.