$Revision: 1.2 $
$Author: simon $

MaybeUpload is a Java language package intended to make it much easier
to write Servlets to handle RFC1867 file upload.

TO INSTALL

Place maybeupload.jar in the lib directory of your Web Application
(typically webapps/[yourwebapp]/WEB-INF/lib)v


WARNING: Version 1.1.X: CHANGE TO BEHAVIOUR

In previous versions of MaybeUpload, if no configuration was given
files were uploaded to /tmp. As of 1.0.6pre2, if upload_dir_path is not
specified then files will be uploaded to the value of the servlet
context property javax.servlet.context.tempdir
