Uploading a zip file to a jsp and extract the content in another jsp
- by sunnyj
I want to upload a zip file in a jsp page and the user is sent to another jsp page after he selects and uploads the file.
In this second page I want to
1.)extract the uploaded zip file.
2.)read some content from the extracted file(s) and allow the user to change/edit them
3.)save the user changes in the files.
4.)zip the files again and save it in another destination.
Please suggest me a rough outline of a solution as I am stuck in the phase in which I get the uploaded file and re-direct the user to the second jsp.