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. Servlet 3 comes with default support of file upload. To make your servlet...