打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Apache commons FileUpload 组件

Commons FileUpload

The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications.

FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File Upload in HTML". That is, if an HTTP request is submitted using the POST method, and with a content type of "multipart/form-data", then FileUpload can parse that request, and make the results available in a manner easily used by the caller.

Starting with version 1.3, FileUpload handles RFC 2047 encoded header values.

The simplest way to send a multipart/form-data request to a server is via a web form, i.e.


<form method="POST" enctype="multipart/form-data" action="fup.cgi">
  File to upload: <input type="file" name="upfile"><br/>
  Notes about the file: <input type="text" name="note"><br/>
  <br/>
  <input type="submit" value="Press"> to upload the file!
</form>

Documentation

The following documentation is available:

You can also browse the Subversion repository.

Downloading

Full Releases

FileUpload 1.3.1 - 7 February 2014

  • Download the binary and source distributions from a mirror site here

FileUpload 1.3 - 27 March 2013

  • Download the binary and source distributions from the archive site here

FileUpload 1.2.2 - 29 July 2010

  • Download the binary and source distributions from the archive site here

FileUpload 1.2.1 - 18 January 2008

  • Download the binary and source distributions from the archive site here

FileUpload 1.2 - 13 February 2007

  • Download the binary and source distributions from the archive site here

FileUpload 1.1.1 - 08 June 2006

  • Download the binary and source distributions from the archive site here

FileUpload 1.1 - 22 Dec 2005

  • Download the binary and source distributions from the archive site here

FileUpload 1.0 - 24 Jun 2003

  • Download the binary and source distributions from the archive site here

Releases Candidates

None available.

Support

The Apache Commons mailing lists act as the main support forum. The user list is suitable for most library usage queries. The dev 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 [fileupload].

Issues may be reported via ASF JIRA.       

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
Apache Commons fileUpload实现文件上传
解决当FORM的ENCTYPE="multipart/form-data" 时reques...
文件上传:SmartUpload和FileUpload
Java文件上传与下载【面试+工作】
基于表单的文件上传
关于httpclient中MultipartPostMethod类上传文件的一点感受
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服