⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 ava 项目中
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">










<html>
  <head>
    <title>FileUpload -     Home</title>
    <style type="text/css" media="all">
      @import url("./css/maven-base.css");
      @import url("./css/maven-theme.css");
      @import url("./css/site.css");
    </style>
    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
          <meta name="author" content="    Martin Cooper" />
        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
      </head>
  <body class="composite">
    <div id="banner">
                  <a href="../" id="bannerLeft">
    
                                            <img src="images/jakarta-logo-blue.gif" alt="" />
    
            </a>
                        <a href="" id="bannerRight">
    
                                            <img src="images/logo.png" alt="" />
    
            </a>
            <div class="clear">
        <hr/>
      </div>
    </div>
    <div id="breadcrumbs">
          
  

  
    
  
  
            <div class="xleft">
        Last Published: 02/14/2007
                      </div>
            <div class="xright">      <a href="http://www.apache.org/">Apache</a>
          |
          <a href="../../">Jakarta</a>
          |
          <a href="../">Commons</a>
          |
          <a href="">FileUpload</a>
          
  

  
    
  
  
  </div>
      <div class="clear">
        <hr/>
      </div>
    </div>
    <div id="leftColumn">
      <div id="navcolumn">
           
  

  
    
  
  
                   <h5>Commons FileUpload</h5>
        <ul>
              
    <li class="none">
              <strong>Overview</strong>
        </li>
              
    <li class="none">
              <a href="using.html">User guide</a>
        </li>
              
    <li class="none">
              <a href="streaming.html">Streaming API</a>
        </li>
              
    <li class="none">
              <a href="faq.html">FAQ</a>
        </li>
              
    <li class="none">
              <a href="apidocs/index.html">Javadoc</a>
        </li>
              
    <li class="none">
              <a href="mail-lists.html">Mailing lists</a>
        </li>
              
    <li class="none">
              <a href="team-list.html">Team</a>
        </li>
              
    <li class="none">
              <a href="tasks.html">Tasks</a>
        </li>
              
    <li class="none">
              <a href="source-repository.html">SVN repository</a>
        </li>
          </ul>
          <h5>Project Documentation</h5>
        <ul>
              
                
              
      
            
      
            
      
            
      
            
      
            
      
            
      
              
        <li class="collapsed">
              <a href="project-info.html">Project Information</a>
              </li>
              
                
              
      
            
      
            
      
            
      
            
      
            
      
            
      
            
      
            
      
            
      
            
      
            
      
              
        <li class="collapsed">
              <a href="project-reports.html">Project Reports</a>
              </li>
          </ul>
                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
          </a>
                       
  

  
    
  
  
        </div>
    </div>
    <div id="bodyColumn">
      <div id="contentBox">
                <a name="Commons FileUpload"></a><div class="section"><h2>Commons FileUpload</h2>      <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>,        &quot;Form-based File Upload in HTML&quot;. That is, if an HTTP request is        submitted using the POST method, and with a content type of        &quot;multipart/form-data&quot;, then FileUpload can parse that request, and        make the results available in a manner easily used by the caller.      </p>    </div>    <a name="Documentation"></a><div class="section"><h2>Documentation</h2>      <p>        The following documentation is available:        <ul>          <li><a href="using.html">User Guide</a></li>          <li><a href="streaming.html">Streaming API</a></li>          <li><a href="faq.html">Frequently Asked Questions</a></li>          <li><a href="apidocs/index.html">JavaDoc API</a></li>          <li><a href="maven-reports.html">Project Reports</a></li>        </ul>        You can also <a href="cvs-usage.html">browse</a> the Subversion repository.          </div>    <a name="Downloading"></a><div class="section"><h2>Downloading</h2>        <a name="Full Releases"></a><div class="section"><h3>Full Releases</h3>                      <strong>FileUpload 1.2</strong> - 13 February 2007            <ul>              <li>Download the binary and source distributions from a mirror site                <a href="http://jakarta.apache.org/site/downloads/downloads_commons-fileupload.cgi">here</a>              </li>            </ul>                                <strong>FileUpload 1.1.1</strong> - 08 June 2006            <ul>              <li>Download the binary and source distributions from a mirror site                <a href="http://jakarta.apache.org/site/downloads/downloads_commons-fileupload.cgi">here</a>              </li>            </ul>                                <strong>FileUpload 1.1</strong> - 22 Dec 2005            <ul>              <li>Download the binary and source distributions from a mirror site                <a href="http://jakarta.apache.org/site/downloads/downloads_commons-fileupload.cgi">here</a>              </li>            </ul>                                <strong>FileUpload 1.0</strong> - 24 Jun 2003            <ul>              <li>Download the binary and source distributions from a mirror site                <a href="http://jakarta.apache.org/site/downloads/downloads_commons-fileupload.cgi">here</a>              </li>            </ul>                  </div>        <a name="Releases Candidates"></a><div class="section"><h3>Releases Candidates</h3>                      None available.                  </div>        <a name="Nightly Builds"></a><div class="section"><h3>Nightly Builds</h3>	                        Nightly builds are built every day from the current SVN HEAD. This is             the latest code and so should be treated with caution!                                    Download nightly builds from             <a href="http://people.apache.org/builds/jakarta-commons/nightly/commons-fileupload/">here</a>.                    </div>    </div>    <a name="Support"></a><div class="section"><h2>Support</h2>              The <a href="mail-lists.html">Jakarta Commons mailing lists</a> act as        the main support forum. The <em>user</em> list is suitable for most library        usage queries. The <em>dev</em> list is intended for development discussion.        Please remember that the lists are shared between all commons components,        so prefix your e-mail subject line with <em>[fileupload]</em>.            <p>        Issues may be reported via <a href="issue-tracking.html">ASF JIRA</a>.      </p>    </div>  
      </div>
    </div>
    <div class="clear">
      <hr/>
    </div>
    <div id="footer">
      <div class="xright">&#169;  
          2002-2007
    
          Apache Software Foundation
          
  

  
    
  
  
  </div>
      <div class="clear">
        <hr/>
      </div>
    </div>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -