UploadServlet is a java upload system that enables a user to upload files to the server and to the specified e-mail address. Through ?browse? button in this servlet you can select the file to be uploaded and then press ?upload? button. The servlet must have a configuration file that describes the various settings of the uploading like where to save file, how to notify by email, what page should be next after uploading etc. As a parameter you can pass the configuration file to the servlet. |