-3

I need to upload zip file to server by servlet? anyone can recommend me one? which can upload the zip file and then unzip the zip file. it will be good if it support upload several files together. thanks!

terry
  • 301
  • 3
  • 17
  • possible duplicate of [How to upload files in JSP/Servlet?](http://stackoverflow.com/questions/2422468/how-to-upload-files-in-jsp-servlet/2424824#2424824) – BalusC Mar 06 '12 at 13:27

1 Answers1

0

use apache commons fileupload

see this example

Nirmal- thInk beYond
  • 11,847
  • 8
  • 35
  • 46