blob: c2ca0aadf5a0d77c3a1f203ea6c955ecae53906a [file] [log] [blame]
<?xml version="1.0"?>
<document>
<properties>
<title>Home</title>
<author email="martinc@apache.org">Martin Cooper</author>
</properties>
<body>
<section name="Introduction">
<p>
The Commons <strong>FileUpload</strong> package makes it easy to add
robust, high-performance, file upload capability to your servlets and
web applications.
</p>
<p>
FileUpload parses HTTP requests which conform to
<a href="http://www.ietf.org/rfc/rfc1867.txt">RFC 1867</a>,
"Form-based File Upload in HTML". That is, if an HTTP request is
submitted using the POST method, and with a content type of
"multipart/form-data", then FileUpload can parse that request, and
make the results available in a manner easily used by the caller.
</p>
</section>
<section name="Downloading Fileupload">
<subsection name='Full Releases'>
<!-- list full releases here -->
</subsection>
<subsection name='Beta Releases'>
<p>
<strong>FileUpload 1.0 Beta 1</strong> - 15 Feb 2003
<ul>
<li>Download the binary distribution from a mirror site
<a href='http://jakarta.apache.org/site/binindex.cgi'>here</a>
</li>
<li>Download the source distribution from a mirror site
<a href='http://jakarta.apache.org/site/sourceindex.cgi'>here</a>
</li>
</ul>
</p>
</subsection>
<subsection name='Nightly Builds'>
<p>
Nightly builds are built every day from the current CVS HEAD. This is
the latest code and so should be treated with caution!
</p>
<p>
Download nightly builds from
<a href='http://cvs.apache.org/builds/jakarta-commons/nightly/commons-fileupload/'>here</a>.
</p>
</subsection>
</section>
</body>
</document>