You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Jochen Wiedmann <jo...@gmail.com> on 2007/02/21 20:40:32 UTC

Announce: Commons Fileupload 1.2

Hi,

the Jakarta Commons team is glad to announce the availability of
commons-fileupload 1.2. Commons Fileupload is a framework for handling
HTTP file upload requests in servlets, portlets, and similar server
side Java applications.

Compared to the previous version 1.1.1, the following notable changes
have been made:

- A streaming API has been added. The streaming API allows to handle arbitrarily
  large files without intermediary files while still keeping an
extremely low memory
  profile.
- The presence of a content-length header is no longer required.
- Added support for progress listeners.
- Added support for header continuation lines.
- Added support for limiting the actual file size, as opposed to the
request size.

Commons Fileupload 1.2 is available from

    http://jakarta.apache.org/site/downloads/downloads_commons-fileupload.cgi


Jochen Wiedmann

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Announce: Commons Fileupload 1.2

Posted by Jochen Wiedmann <jo...@gmail.com>.
On 2/24/07, Martin van den Bemt <ml...@mvdb.net> wrote:

> Please update the http://wiki.apache.org/jakarta/JakartaBoardReport-current (section releases and
> the section of the fileupload component, with some more details about the release)

Done.

-- 
Emacs 22 will support MacOS and CygWin. It is not yet decided, whether
these will be used to run Emacs or the other way round.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Announce: Commons Fileupload 1.2

Posted by Martin van den Bemt <ml...@mvdb.net>.
Jochen,

Please update the http://wiki.apache.org/jakarta/JakartaBoardReport-current (section releases and
the section of the fileupload component, with some more details about the release)

Mvgr,
Martin

Jochen Wiedmann wrote:
> Hi,
> 
> the Jakarta Commons team is glad to announce the availability of
> commons-fileupload 1.2. Commons Fileupload is a framework for handling
> HTTP file upload requests in servlets, portlets, and similar server
> side Java applications.
> 
> Compared to the previous version 1.1.1, the following notable changes
> have been made:
> 
> - A streaming API has been added. The streaming API allows to handle
> arbitrarily
>  large files without intermediary files while still keeping an
> extremely low memory
>  profile.
> - The presence of a content-length header is no longer required.
> - Added support for progress listeners.
> - Added support for header continuation lines.
> - Added support for limiting the actual file size, as opposed to the
> request size.
> 
> Commons Fileupload 1.2 is available from
> 
>   
> http://jakarta.apache.org/site/downloads/downloads_commons-fileupload.cgi
> 
> 
> Jochen Wiedmann
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org