U can use Apach Commons file upload libraryhttp://commons.apache.org/fileupload/to upload files to the server, saving file is matter of opening output streamand writing the uploaded file to that stream ...