HTTP Upload Servlet News
Brought to you by:
fmestrone
The HTTP Upload Servlet project has been set up. It simplifies management of multi-part or mixed HTML forms for the uploading of files to a server. It consists of a new base servlet to use instead of HttpSerlvet and a new request interface that substitutes HttpServletRequest. Other than that, servlet development stays exactly the same, and you will be able to access any required file upload parameters with an API that parallels that of standard forms in Java. So far the initial code base has been uploaded to the cvs repository. A downloadable package and basic documentation to follow soon...