Apache Software Foundation Distribution Directory
The directories linked below contain current software releases from the Apache Software Foundation projects. Older non-recommended releases can be found on our archive site.
To find the right download for a particular project, you should start at the project's own webpage or on our project resource listing rather than browsing the links below.
Please do not download from apache.org! If you are currently at apache.org and would like to browse, please instead visit a nearby mirror site.
Projects
Name Last modified Size
Parent Directory 15-Jul-2008 09:21 -
binaries/ 26-Feb-2008 13:38 -
source/ 26-Feb-2008 13:38 -
commons-fileupload-current-bin.tar.gz 10-Feb-2008 22:55 739k
commons-fileupload-current-bin.tar.gz.asc 10-Feb-2008 22:55 1k
commons-fileupload-current-bin.zip 10-Feb-2008 22:55 1.1M
commons-fileupload-current-bin.zip.asc 10-Feb-2008 22:55 1k
commons-fileupload-current-src.tar.gz 10-Feb-2008 22:55 146k
commons-fileupload-current-src.tar.gz.asc 10-Feb-2008 22:55 1k
commons-fileupload-current-src.zip 10-Feb-2008 22:55 206k
commons-fileupload-current-src.zip.asc 10-Feb-2008 22:55 1k
README.html 10-Feb-2008 23:02 2k
Commons FileUpload 1.2.1
This is the most current released version of Commons FileUpload, version 1.2.1. This release is available in both binary and source distributions.
Note: The tar files in this distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris and Mac OS X will not work with these files.
Changes
The changes in this release are detailed in the changes report.
Note: This version of Commons FileUpload also requires Commons IO 1.3.
Thank you for using Commons FileUpload, brought to you by the Apache Commons Project.
Signatures
The files in this distribution have been digitally signed using PGP. Each signed file has a corresponding filename.asc signature file in the same directory. The signing keys can be found in the distribution directory at < http://www.apache.org/dist/commons/KEYS>.
Always download the KEYS file directly from the Apache site, never from a mirror site.
Always test available signatures, to ensure that what you download has not been tampered with. How you do this depends on the tools that you use. Here are a few examples:
-
PGP for Windows:
Use the Decrypt/Verify option in the PGPmail tool. -
PGP command line (some versions):
$ pgpk -a KEYS
$ pgpv commons-fileupload-1.2.1.tar.gz.asc -
PGP command line (some versions):
$ pgp -ka KEYS
$ pgp commons-fileupload-1.2.1.tar.gz.asc -
GnuPG:
$ gpg --import KEYS
$ gpg --verify commons-fileupload-1.2.1.tar.gz.asc