Apache Commons FileUpload

Software Screenshot:
Apache Commons FileUpload
Software Details:
Version: 1.3.1
Upload Date: 5 Jun 15
Distribution Type: Freeware
Downloads: 16

Rating: nan/5 (Total Votes: 0)

Apache Commons FileUpload was coded around the RFC 1867 standard.

This standard, also known as "Form-based File Upload in HTML" is a series of protocols and conventions regarding the handling of data during a file upload.

The Commons FileUpload component specifically addresses forms where the "multipart/form-data" encoding was used and the library exposes an API for fetching various details from the POST request received on the server.

What Apache Commons FileUpload addresses might seem trivial, but it's a must have tool for any developers that ever decides to add a <input type="file"> tag to their HTML.

What is new in this release:

  • This is a security and maintenance release that includes an important security fix as well as a small number of bugfixes.

What is new in version 1.3:

  • Documentation: add simple HTML form example to fileupload user guide
  • Enhance file read/write performance
  • Added Support for Generic Types
  • Process HTTP Requests Into Maps
  • Update commons-io dependency to latest version that supports JDK1.5
  • Avoid string concatenations while parsing headers, use buffers instead
  • Replace java.rmi.server.UID() with java.util.UUID
  • DiskFileItem.counter could be converted to AtomicInteger (or AtomicLong?)

What is new in version 1.2.1:

  • Added support for accessing the file item headers.
  • DiskFileItem.toString() could throw an NPE.
  • Short files could cause an unexpected end of the item stream.
  • A FileSizeLimitExceededException was deferred until the complete file has been uploaded. Additionally, the FileSizeLimitException is now thrown immediately, if the attachments headers contain a content-length value, which exceeds the configured limit.
  • Fixed a classpath problem when building with Sun JDK 1.3.1 and Ant.

Other Software of Developer Apache Software Foundation

Apache Whirr
Apache Whirr

13 Apr 15

Apache Flink
Apache Flink

9 Apr 16

Comments to Apache Commons FileUpload

Comments not found
Add Comment
Turn on images!