view source
Servlet 3 File Uplaod example using Tomcat 7
Many java web developer aware that for uploading files on server there was no api support in servlet specifications. We have to depend on third party library to upload files. Apache common’s file upload library is very popular for this task.
Advertisement