Added: 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/index.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/index.html
 (added)
+++ 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/index.html
 Tue Jun 13 12:48:38 2017
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
"http://www.w3.org/TR/html4/frameset.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Apache Commons FileUpload 1.3.3 API</title>
+<script type="text/javascript">
+    tmpTargetPage = "" + window.location.search;
+    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+        tmpTargetPage = tmpTargetPage.substring(1);
+    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && 
!validURL(tmpTargetPage)))
+        tmpTargetPage = "undefined";
+    targetPage = tmpTargetPage;
+    function validURL(url) {
+        try {
+            url = decodeURIComponent(url);
+        }
+        catch (error) {
+            return false;
+        }
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_' ||
+                    ch.charCodeAt(0) > 127) {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
+            }
+        }
+        return true;
+    }
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
+<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and 
interfaces (except non-static nested types)">
+</frameset>
+<frame src="overview-summary.html" name="classFrame" title="Package, class and 
interface descriptions" scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client. Link to <a 
href="overview-summary.html">Non-frame version</a>.</p>
+</noframes>
+</frameset>
+</html>

Added: 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/org/apache/commons/fileupload/DefaultFileItem.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/org/apache/commons/fileupload/DefaultFileItem.html
 (added)
+++ 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/org/apache/commons/fileupload/DefaultFileItem.html
 Tue Jun 13 12:48:38 2017
@@ -0,0 +1,321 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>DefaultFileItem (Apache Commons FileUpload 1.3.3 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="DefaultFileItem (Apache Commons FileUpload 
1.3.3 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DefaultFileItem.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev&nbsp;Class</li>
+<li><a 
href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html" 
title="class in org.apache.commons.fileupload"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?org/apache/commons/fileupload/DefaultFileItem.html"
 target="_top">Frames</a></li>
+<li><a href="DefaultFileItem.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a 
href="#fields.inherited.from.class.org.apache.commons.fileupload.disk.DiskFileItem">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a 
href="#methods.inherited.from.class.org.apache.commons.fileupload.disk.DiskFileItem">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.commons.fileupload</div>
+<h2 title="Class DefaultFileItem" class="title">Class DefaultFileItem</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html" 
title="class in 
org.apache.commons.fileupload.disk">org.apache.commons.fileupload.disk.DiskFileItem</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.commons.fileupload.DefaultFileItem</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>, <a 
href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface 
in org.apache.commons.fileupload">FileItem</a>, <a 
href="../../../../org/apache/commons/fileupload/FileItemHeadersSupport.html" 
title="interface in 
org.apache.commons.fileupload">FileItemHeadersSupport</a></dd>
+</dl>
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>DiskFileItem</code> instead.</span></div>
+</div>
+<br>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public class <a 
href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItem.html#line.40">DefaultFileItem</a>
+extends <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html" 
title="class in org.apache.commons.fileupload.disk">DiskFileItem</a></pre>
+<div class="block"><p> The default implementation of the
+ <a href="../../../../org/apache/commons/fileupload/FileItem.html" 
title="interface in org.apache.commons.fileupload"><code>FileItem</code></a> 
interface.
+
+ <p> After retrieving an instance of this class from a <a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html" 
title="class in org.apache.commons.fileupload"><code>DiskFileUpload</code></a> 
instance (see
+ <a href="../../../../org/apache/commons/fileupload/DiskFileUpload.html" 
title="class in 
org.apache.commons.fileupload"><code>#parseRequest(javax.servlet.http.HttpServletRequest)</code></a>),
 you may
+ either request all contents of file at once using <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#get--"><code>DiskFileItem.get()</code></a>
 or
+ request an <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io"><code>InputStream</code></a> with
+ <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getInputStream--"><code>DiskFileItem.getInputStream()</code></a>
 and process the file without attempting to load
+ it into memory, which may come handy with large files.</div>
+<dl>
+<dt><span class="simpleTagLabel">Version:</span></dt>
+<dd>$Id$</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../serialized-form.html#org.apache.commons.fileupload.DefaultFileItem">Serialized
 Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a 
name="fields.inherited.from.class.org.apache.commons.fileupload.disk.DiskFileItem">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.commons.fileupload.disk.<a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html" 
title="class in org.apache.commons.fileupload.disk">DiskFileItem</a></h3>
+<code><a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#DEFAULT_CHARSET">DEFAULT_CHARSET</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#SERIALIZABLE_PROPERTY">SERIALIZABLE_PROPERTY</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DefaultFileItem.html#DefaultFileItem-java.lang.String-java.lang.String-boolean-java.lang.String-int-java.io.File-">DefaultFileItem</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;fieldName,
+               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
+               boolean&nbsp;isFormField,
+               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;fileName,
+               int&nbsp;sizeThreshold,
+               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;repository)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>DiskFileItem</code> instead.</span></div>
+</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.commons.fileupload.disk.DiskFileItem">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.commons.fileupload.disk.<a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html" 
title="class in org.apache.commons.fileupload.disk">DiskFileItem</a></h3>
+<code><a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#delete--">delete</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#finalize--">finalize</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#get--">get</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getCharSet--">getCharSet</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getContentType--">getContentType</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getFieldName--">getFieldName</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getHeaders--">getHeaders</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getInputStream--">getInputStream</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getName--">getName</a>,
 <a href="../../../../org/apache/commons/fileupload/disk/DiskFileIte
 m.html#getOutputStream--">getOutputStream</a>, <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getSize--">getSize</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getStoreLocation--">getStoreLocation</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getString--">getString</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getString-java.lang.String-">getString</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getTempFile--">getTempFile</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#isFormField--">isFormField</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#isInMemory--">isInMemory</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#setFieldName-java.lang.String-">setFieldName</a>,
 <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#se
 tFormField-boolean-">setFormField</a>, <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#setHeaders-org.apache.commons.fileupload.FileItemHeaders-">setHeaders</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#toString--">toString</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#write-java.io.File-">write</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--";
 title="class or interface in java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/la
 ng/Object.html?is-external=true#wait--" title="class or interface in 
java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a 
name="DefaultFileItem-java.lang.String-java.lang.String-boolean-java.lang.String-int-java.io.File-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DefaultFileItem</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItem.html#line.70">DefaultFileItem</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;fieldName,
+                                   <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
+                                   boolean&nbsp;isFormField,
+                                   <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;fileName,
+                                   int&nbsp;sizeThreshold,
+                                   <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;repository)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>DiskFileItem</code> 
instead.</span></div>
+<div class="block">Constructs a new <code>DefaultFileItem</code> 
instance.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>fieldName</code> - The name of the form field.</dd>
+<dd><code>contentType</code> - The content type passed by the browser or
+                      <code>null</code> if not specified.</dd>
+<dd><code>isFormField</code> - Whether or not this item is a plain form field, 
as
+                      opposed to a file upload.</dd>
+<dd><code>fileName</code> - The original filename in the user's filesystem, or
+                      <code>null</code> if not specified.</dd>
+<dd><code>sizeThreshold</code> - The threshold, in bytes, below which items 
will be
+                      retained in memory and above which they will be
+                      stored as a file.</dd>
+<dd><code>repository</code> - The data repository, which is the directory in
+                      which files will be created, should the item size
+                      exceed the threshold.</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DefaultFileItem.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev&nbsp;Class</li>
+<li><a 
href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html" 
title="class in org.apache.commons.fileupload"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?org/apache/commons/fileupload/DefaultFileItem.html"
 target="_top">Frames</a></li>
+<li><a href="DefaultFileItem.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a 
href="#fields.inherited.from.class.org.apache.commons.fileupload.disk.DiskFileItem">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a 
href="#methods.inherited.from.class.org.apache.commons.fileupload.disk.DiskFileItem">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

Added: 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/org/apache/commons/fileupload/DefaultFileItemFactory.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/org/apache/commons/fileupload/DefaultFileItemFactory.html
 (added)
+++ 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/org/apache/commons/fileupload/DefaultFileItemFactory.html
 Tue Jun 13 12:48:38 2017
@@ -0,0 +1,394 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>DefaultFileItemFactory (Apache Commons FileUpload 1.3.3 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="DefaultFileItemFactory (Apache Commons 
FileUpload 1.3.3 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":42};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DefaultFileItemFactory.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/commons/fileupload/DefaultFileItem.html" 
title="class in org.apache.commons.fileupload"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/fileupload/DiskFileUpload.html" 
title="class in org.apache.commons.fileupload"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?org/apache/commons/fileupload/DefaultFileItemFactory.html"
 target="_top">Frames</a></li>
+<li><a href="DefaultFileItemFactory.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a 
href="#fields.inherited.from.class.org.apache.commons.fileupload.disk.DiskFileItemFactory">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.commons.fileupload</div>
+<h2 title="Class DefaultFileItemFactory" class="title">Class 
DefaultFileItemFactory</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html" 
title="class in 
org.apache.commons.fileupload.disk">org.apache.commons.fileupload.disk.DiskFileItemFactory</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.commons.fileupload.DefaultFileItemFactory</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../org/apache/commons/fileupload/FileItemFactory.html" 
title="interface in org.apache.commons.fileupload">FileItemFactory</a></dd>
+</dl>
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>DiskFileItemFactory</code> instead.</span></div>
+</div>
+<br>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public class <a 
href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItemFactory.html#line.44">DefaultFileItemFactory</a>
+extends <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html" 
title="class in 
org.apache.commons.fileupload.disk">DiskFileItemFactory</a></pre>
+<div class="block"><p>The default <a 
href="../../../../org/apache/commons/fileupload/FileItemFactory.html" 
title="interface in 
org.apache.commons.fileupload"><code>FileItemFactory</code></a>
+ implementation. This implementation creates
+ <a href="../../../../org/apache/commons/fileupload/FileItem.html" 
title="interface in org.apache.commons.fileupload"><code>FileItem</code></a> 
instances which keep their
+ content either in memory, for smaller items, or in a temporary file on disk,
+ for larger items. The size threshold, above which content will be stored on
+ disk, is configurable, as is the directory in which temporary files will be
+ created.</p>
+
+ If not otherwise configured, the default configuration values are as
+ follows:
+ <ul>
+   <li>Size threshold is 10KB.</li>
+   <li>Repository is the system default temp directory, as returned by
+       <code>System.getProperty("java.io.tmpdir")</code>.</li>
+ </ul></div>
+<dl>
+<dt><span class="simpleTagLabel">Version:</span></dt>
+<dd>$Id$</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a 
name="fields.inherited.from.class.org.apache.commons.fileupload.disk.DiskFileItemFactory">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.commons.fileupload.disk.<a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html" 
title="class in org.apache.commons.fileupload.disk">DiskFileItemFactory</a></h3>
+<code><a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#DEFAULT_SIZE_THRESHOLD">DEFAULT_SIZE_THRESHOLD</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html#DefaultFileItemFactory--">DefaultFileItemFactory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>DiskFileItemFactory</code> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html#DefaultFileItemFactory-int-java.io.File-">DefaultFileItemFactory</a></span>(int&nbsp;sizeThreshold,
+                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;repository)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>DiskFileItemFactory</code> instead.</span></div>
+</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a 
href="javascript:show(32);">Deprecated Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface 
in org.apache.commons.fileupload">FileItem</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html#createItem-java.lang.String-java.lang.String-boolean-java.lang.String-">createItem</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;fieldName,
+          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
+          boolean&nbsp;isFormField,
+          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;fileName)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>DiskFileItemFactory</code> instead.</span></div>
+</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.commons.fileupload.disk.DiskFileItemFactory">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.commons.fileupload.disk.<a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html" 
title="class in org.apache.commons.fileupload.disk">DiskFileItemFactory</a></h3>
+<code><a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#getFileCleaningTracker--">getFileCleaningTracker</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#getRepository--">getRepository</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#getSizeThreshold--">getSizeThreshold</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setFileCleaningTracker-org.apache.commons.io.FileCleaningTracker-">setFileCleaningTracker</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setRepository-java.io.File-">setRepository</a>,
 <a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setSizeThreshold-int-">setSizeThreshold</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="DefaultFileItemFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DefaultFileItemFactory</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItemFactory.html#line.55">DefaultFileItemFactory</a>()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> 
instead.</span></div>
+<div class="block">Constructs an unconfigured instance of this class. The 
resulting factory
+ may be configured by calling the appropriate setter methods.</div>
+</li>
+</ul>
+<a name="DefaultFileItemFactory-int-java.io.File-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DefaultFileItemFactory</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItemFactory.html#line.72">DefaultFileItemFactory</a>(int&nbsp;sizeThreshold,
+                                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;repository)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> 
instead.</span></div>
+<div class="block">Constructs a preconfigured instance of this class.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>sizeThreshold</code> - The threshold, in bytes, below which items 
will be
+                      retained in memory and above which they will be
+                      stored as a file.</dd>
+<dd><code>repository</code> - The data repository, which is the directory in
+                      which files will be created, should the item size
+                      exceed the threshold.</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a 
name="createItem-java.lang.String-java.lang.String-boolean-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>createItem</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a href="../../../../org/apache/commons/fileupload/FileItem.html" 
title="interface in org.apache.commons.fileupload">FileItem</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItemFactory.html#line.96">createItem</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;fieldName,
+                                       <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
+                                       boolean&nbsp;isFormField,
+                                       <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;fileName)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> 
instead.</span></div>
+<div class="block">Create a new <a 
href="../../../../org/apache/commons/fileupload/DefaultFileItem.html" 
title="class in org.apache.commons.fileupload"><code>DefaultFileItem</code></a>
+ instance from the supplied parameters and the local factory
+ configuration.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../org/apache/commons/fileupload/FileItemFactory.html#createItem-java.lang.String-java.lang.String-boolean-java.lang.String-">createItem</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../org/apache/commons/fileupload/FileItemFactory.html" 
title="interface in 
org.apache.commons.fileupload">FileItemFactory</a></code></dd>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#createItem-java.lang.String-java.lang.String-boolean-java.lang.String-">createItem</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html" 
title="class in 
org.apache.commons.fileupload.disk">DiskFileItemFactory</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>fieldName</code> - The name of the form field.</dd>
+<dd><code>contentType</code> - The content type of the form field.</dd>
+<dd><code>isFormField</code> - <code>true</code> if this is a plain form field;
+                    <code>false</code> otherwise.</dd>
+<dd><code>fileName</code> - The name of the uploaded file, if any, as supplied
+                    by the browser or other client.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The newly created file item.</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DefaultFileItemFactory.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/commons/fileupload/DefaultFileItem.html" 
title="class in org.apache.commons.fileupload"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/fileupload/DiskFileUpload.html" 
title="class in org.apache.commons.fileupload"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?org/apache/commons/fileupload/DefaultFileItemFactory.html"
 target="_top">Frames</a></li>
+<li><a href="DefaultFileItemFactory.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a 
href="#fields.inherited.from.class.org.apache.commons.fileupload.disk.DiskFileItemFactory">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

Added: 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/org/apache/commons/fileupload/DiskFileUpload.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/org/apache/commons/fileupload/DiskFileUpload.html
 (added)
+++ 
websites/production/commons/content/proper/commons-fileupload/javadocs/api-release/org/apache/commons/fileupload/DiskFileUpload.html
 Tue Jun 13 12:48:38 2017
@@ -0,0 +1,560 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>DiskFileUpload (Apache Commons FileUpload 1.3.3 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="DiskFileUpload (Apache Commons FileUpload 
1.3.3 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DiskFileUpload.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html" 
title="class in org.apache.commons.fileupload"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/fileupload/FileItem.html" 
title="interface in org.apache.commons.fileupload"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?org/apache/commons/fileupload/DiskFileUpload.html" 
target="_top">Frames</a></li>
+<li><a href="DiskFileUpload.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a 
href="#nested.classes.inherited.from.class.org.apache.commons.fileupload.FileUploadBase">Nested</a>&nbsp;|&nbsp;</li>
+<li><a 
href="#fields.inherited.from.class.org.apache.commons.fileupload.FileUploadBase">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.commons.fileupload</div>
+<h2 title="Class DiskFileUpload" class="title">Class DiskFileUpload</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../org/apache/commons/fileupload/FileUploadBase.html" 
title="class in 
org.apache.commons.fileupload">org.apache.commons.fileupload.FileUploadBase</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.commons.fileupload.DiskFileUpload</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>ServletFileUpload</code> together with
+             <code>DiskFileItemFactory</code> instead.</span></div>
+</div>
+<br>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public class <a 
href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.43">DiskFileUpload</a>
+extends <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html" 
title="class in org.apache.commons.fileupload">FileUploadBase</a></pre>
+<div class="block"><p>High level API for processing file uploads.</p>
+
+ <p>This class handles multiple files per single HTML widget, sent using
+ <code>multipart/mixed</code> encoding type, as specified by
+ <a href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>.  Use <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#parseRequest-javax.servlet.http.HttpServletRequest-"><code>FileUploadBase.parseRequest(HttpServletRequest)</code></a>
 to acquire a list of <a 
href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface 
in org.apache.commons.fileupload"><code>FileItem</code></a>s associated with a 
given HTML
+ widget.</p>
+
+ <p>Individual parts will be stored in temporary disk storage or in memory,
+ depending on their size, and will be available as <a 
href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface 
in org.apache.commons.fileupload"><code>FileItem</code></a>s.</p></div>
+<dl>
+<dt><span class="simpleTagLabel">Version:</span></dt>
+<dd>$Id$</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a 
name="nested.classes.inherited.from.class.org.apache.commons.fileupload.FileUploadBase">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from 
class&nbsp;org.apache.commons.fileupload.<a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html" 
title="class in org.apache.commons.fileupload">FileUploadBase</a></h3>
+<code><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.FileSizeLimitExceededException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.FileSizeLimitExceededException</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.FileUploadIOException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.FileUploadIOException</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.InvalidContentTypeException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.InvalidContentTypeException</a>, 
<a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.IOFileUploadException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.IOFileUploadException</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.SizeException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.SizeException</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadB
 ase.SizeLimitExceededException.html" title="class in 
org.apache.commons.fileupload">FileUploadBase.SizeLimitExceededException</a>, 
<a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.UnknownSizeException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.UnknownSizeException</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a 
name="fields.inherited.from.class.org.apache.commons.fileupload.FileUploadBase">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.commons.fileupload.<a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html" 
title="class in org.apache.commons.fileupload">FileUploadBase</a></h3>
+<code><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#ATTACHMENT">ATTACHMENT</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#CONTENT_DISPOSITION">CONTENT_DISPOSITION</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#CONTENT_LENGTH">CONTENT_LENGTH</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#CONTENT_TYPE">CONTENT_TYPE</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#FORM_DATA">FORM_DATA</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#MAX_HEADER_SIZE">MAX_HEADER_SIZE</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#MULTIPART">MULTIPART</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#MULTIPART_FORM_DATA">MULTIPART_FORM_DATA</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#MULTIPART_MIXED">MULTIPART_MIXED</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#DiskFileUpload--">DiskFileUpload</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>FileUpload</code> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#DiskFileUpload-org.apache.commons.fileupload.DefaultFileItemFactory-">DiskFileUpload</a></span>(<a
 href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html" 
title="class in 
org.apache.commons.fileupload">DefaultFileItemFactory</a>&nbsp;fileItemFactory)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>FileUpload</code> instead.</span></div>
+</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a 
href="javascript:show(32);">Deprecated Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../org/apache/commons/fileupload/FileItemFactory.html" 
title="interface in 
org.apache.commons.fileupload">FileItemFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#getFileItemFactory--">getFileItemFactory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>FileUpload</code> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#getRepositoryPath--">getRepositoryPath</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>DiskFileItemFactory</code> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#getSizeThreshold--">getSizeThreshold</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>DiskFileItemFactory</code> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface 
in org.apache.commons.fileupload">FileItem</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#parseRequest-javax.servlet.http.HttpServletRequest-int-long-java.lang.String-">parseRequest</a></span>(<a
 
href="http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletRequest</a>&nbsp;req,
+            int&nbsp;sizeThreshold,
+            long&nbsp;sizeMax,
+            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>ServletFileUpload</code> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#setFileItemFactory-org.apache.commons.fileupload.FileItemFactory-">setFileItemFactory</a></span>(<a
 href="../../../../org/apache/commons/fileupload/FileItemFactory.html" 
title="interface in 
org.apache.commons.fileupload">FileItemFactory</a>&nbsp;factory)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>FileUpload</code> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#setRepositoryPath-java.lang.String-">setRepositoryPath</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;repositoryPath)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>DiskFileItemFactory</code> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#setSizeThreshold-int-">setSizeThreshold</a></span>(int&nbsp;sizeThreshold)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">1.1 Use 
<code>DiskFileItemFactory</code> instead.</span></div>
+</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.commons.fileupload.FileUploadBase">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.commons.fileupload.<a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html" 
title="class in org.apache.commons.fileupload">FileUploadBase</a></h3>
+<code><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#createItem-java.util.Map-boolean-">createItem</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getBoundary-java.lang.String-">getBoundary</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFieldName-org.apache.commons.fileupload.FileItemHeaders-">getFieldName</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFieldName-java.util.Map-">getFieldName</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFileName-org.apache.commons.fileupload.FileItemHeaders-">getFileName</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFileName-java.util.Map-">getFileName</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFileSizeMax--">getFileSizeMax</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getHeader-java.util.Map-java.lang.Stri
 ng-">getHeader</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getHeaderEncoding--">getHeaderEncoding</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getItemIterator-org.apache.commons.fileupload.RequestContext-">getItemIterator</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getParsedHeaders-java.lang.String-">getParsedHeaders</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getProgressListener--">getProgressListener</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getSizeMax--">getSizeMax</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#isMultipartContent-javax.servlet.http.HttpServletRequest-">isMultipartContent</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#isMultipartContent-org.apache.commons.fileupload.RequestContext-">isMultipartContent</a>,
 <a href="../../../../org/apache/commons/fil
 eupload/FileUploadBase.html#newFileItemHeaders--">newFileItemHeaders</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#parseHeaders-java.lang.String-">parseHeaders</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#parseParameterMap-org.apache.commons.fileupload.RequestContext-">parseParameterMap</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#parseRequest-javax.servlet.http.HttpServletRequest-">parseRequest</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#parseRequest-org.apache.commons.fileupload.RequestContext-">parseRequest</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setFileSizeMax-long-">setFileSizeMax</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setHeaderEncoding-java.lang.String-">setHeaderEncoding</a>,
 <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setProgressListener-org.apache.common
 s.fileupload.ProgressListener-">setProgressListener</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setSizeMax-long-">setSizeMax</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="DiskFileUpload--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DiskFileUpload</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.64">DiskFileUpload</a>()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>FileUpload</code> instead.</span></div>
+<div class="block">Constructs an instance of this class which uses the default 
factory to
+ create <code>FileItem</code> instances.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#DiskFileUpload-org.apache.commons.fileupload.DefaultFileItemFactory-"><code>DiskFileUpload(DefaultFileItemFactory
 fileItemFactory)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="DiskFileUpload-org.apache.commons.fileupload.DefaultFileItemFactory-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DiskFileUpload</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.79">DiskFileUpload</a>(<a
 href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html" 
title="class in 
org.apache.commons.fileupload">DefaultFileItemFactory</a>&nbsp;fileItemFactory)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>FileUpload</code> instead.</span></div>
+<div class="block">Constructs an instance of this class which uses the 
supplied factory to
+ create <code>FileItem</code> instances.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>fileItemFactory</code> - The file item factory to use.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#DiskFileUpload--"><code>DiskFileUpload()</code></a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getFileItemFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFileItemFactory</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="../../../../org/apache/commons/fileupload/FileItemFactory.html" 
title="interface in org.apache.commons.fileupload">FileItemFactory</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.95">getFileItemFactory</a>()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>FileUpload</code> instead.</span></div>
+<div class="block">Returns the factory class used when creating file 
items.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFileItemFactory--">getFileItemFactory</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html" 
title="class in org.apache.commons.fileupload">FileUploadBase</a></code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The factory class for new file items.</dd>
+</dl>
+</li>
+</ul>
+<a name="setFileItemFactory-org.apache.commons.fileupload.FileItemFactory-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFileItemFactory</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.110">setFileItemFactory</a>(<a
 href="../../../../org/apache/commons/fileupload/FileItemFactory.html" 
title="interface in 
org.apache.commons.fileupload">FileItemFactory</a>&nbsp;factory)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>FileUpload</code> instead.</span></div>
+<div class="block">Sets the factory class to use when creating file items. The 
factory must
+ be an instance of <code>DefaultFileItemFactory</code> or a subclass
+ thereof, or else a <code>ClassCastException</code> will be thrown.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setFileItemFactory-org.apache.commons.fileupload.FileItemFactory-">setFileItemFactory</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html" 
title="class in org.apache.commons.fileupload">FileUploadBase</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>factory</code> - The factory class for new file items.</dd>
+</dl>
+</li>
+</ul>
+<a name="getSizeThreshold--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSizeThreshold</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.125">getSizeThreshold</a>()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> 
instead.</span></div>
+<div class="block">Returns the size threshold beyond which files are written 
directly to
+ disk.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The size threshold, in bytes.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#setSizeThreshold-int-"><code>setSizeThreshold(int)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setSizeThreshold-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSizeThreshold</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.139">setSizeThreshold</a>(int&nbsp;sizeThreshold)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> 
instead.</span></div>
+<div class="block">Sets the size threshold beyond which files are written 
directly to disk.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>sizeThreshold</code> - The size threshold, in bytes.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#getSizeThreshold--"><code>getSizeThreshold()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getRepositoryPath--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRepositoryPath</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.154">getRepositoryPath</a>()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> 
instead.</span></div>
+<div class="block">Returns the location used to temporarily store files that 
are larger
+ than the configured size threshold.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The path to the temporary file location.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#setRepositoryPath-java.lang.String-"><code>setRepositoryPath(String)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setRepositoryPath-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRepositoryPath</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.169">setRepositoryPath</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;repositoryPath)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> 
instead.</span></div>
+<div class="block">Sets the location used to temporarily store files that are 
larger
+ than the configured size threshold.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>repositoryPath</code> - The path to the temporary file location.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#getRepositoryPath--"><code>getRepositoryPath()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a 
name="parseRequest-javax.servlet.http.HttpServletRequest-int-long-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>parseRequest</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface 
in org.apache.commons.fileupload">FileItem</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.194">parseRequest</a>(<a
 
href="http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletRequest</a>&nbsp;req,
+                                               int&nbsp;sizeThreshold,
+                                               long&nbsp;sizeMax,
+                                               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
+                                        throws <a 
href="../../../../org/apache/commons/fileupload/FileUploadException.html" 
title="class in org.apache.commons.fileupload">FileUploadException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.1 Use <code>ServletFileUpload</code> 
instead.</span></div>
+<div class="block">Processes an <a 
href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>
+ compliant <code>multipart/form-data</code> stream. If files are stored
+ on disk, the path is given by <code>getRepository()</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>req</code> - The servlet request to be parsed. Must be non-null.</dd>
+<dd><code>sizeThreshold</code> - The max size in bytes to be stored in 
memory.</dd>
+<dd><code>sizeMax</code> - The maximum allowed upload size, in bytes.</dd>
+<dd><code>path</code> - The location where the files should be stored.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>A list of <code>FileItem</code> instances parsed from the
+         request, in the order that they were transmitted.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a 
href="../../../../org/apache/commons/fileupload/FileUploadException.html" 
title="class in org.apache.commons.fileupload">FileUploadException</a></code> - 
if there are problems reading/parsing
+                             the request or storing files.</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DiskFileUpload.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html" 
title="class in org.apache.commons.fileupload"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/fileupload/FileItem.html" 
title="interface in org.apache.commons.fileupload"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?org/apache/commons/fileupload/DiskFileUpload.html" 
target="_top">Frames</a></li>
+<li><a href="DiskFileUpload.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a 
href="#nested.classes.inherited.from.class.org.apache.commons.fileupload.FileUploadBase">Nested</a>&nbsp;|&nbsp;</li>
+<li><a 
href="#fields.inherited.from.class.org.apache.commons.fileupload.FileUploadBase">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>


Reply via email to