I am getting an HTTP POST request via which passes a .zip file. I am using Jersey to implement this.
I need to download the zip file and unzip the file. I know how to unzip the file, but not sure how to go about downloading the file.
Please help me out as i am a beginner in this.
Thanks