Télécharger la liste

Description du projet

MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. It supports Servlets using Java 1.2 or later.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-05-12 07:07
2.0B9

L'API a été entièrement repensé. Une grande partie des équipements internes du code reste le même, mais l'API est compatible OO beaucoup plus et est pour les servlets Java 2 seulement.
Tags: Major feature enhancements
The API was completely redesigned. Much of the internals of the code remains the same, but the API is much more OO compatible and is for Java 2 servlets only.

2003-02-05 09:30
1.30b3

Un soutien a été ajoutée pour objet (au lieu de statique) la fonctionnalité setEncoding, noms de fichiers temporaires pour le téléchargement a été fixée, et plusieurs autres correctifs mineurs ont été apportés.
Tags: Minor bugfixes
Support was added for object (instead of static) setEncoding functionality, temporary filenames for uploading was fixed, and several other minor patches were made.

2002-06-04 09:03
1.30b1

Téléchargé des fichiers enregistrés dans le système de fichiers va maintenant être enregistrée avec un nom de fichier unique. Plusieurs corrections de bugs mineurs ont également été appliquées. Il s'agit de la version bêta initiale de cette nouvelle fonctionnalité, et doit être manipulé avec précaution.
Tags: Minor feature enhancements
Uploaded files saved to the filesystem will now be saved with a unique filename. Several minor bugfixes were also applied. This is the initial beta release of this new functionality, and should be treated with caution.

2001-10-19 13:50
1.20

Un correctif très mineures, mais qui posait apparemment quelques problèmes graves pour certains utilisateurs, a été faite. L'entier intTotalRead était égal à -1, ce qui signifie qu'il a toujours été décalées d'un lorsque l'on compare to Content-Length.
Tags: Minor bugfixes
A very minor fix, but one that was apparently causing some serious issues for some users, has been made. The intTotalRead integer was being set to -1, which meant that it was always off by one when comparing to Content-Length.

2001-07-26 21:06
1.19

Le MultipartRequest a été déplacée dans un package. La bibliothèque est maintenant fourni dans une archive jar pour la facilité d'utilisation. Malheureusement, cela mai nécessiter des modifications aux classes qui l'utilisent. Un bug a été faite pour un problème qui s'est produit avec Netscape, où si un fichier a été téléchargé avec une extension non reconnue, pas de Content-Type a été spécifiée. Dans ce cas, la première ligne du fichier a été coupée. La structure de la méthode parse a également été modifiée pour la rendre plus facile à comprendre et à gérer.
Tags: Minor bugfixes
The MultipartRequest was moved into a package. The library is now provided in a
jar archive for ease of use. Unfortunately, this may require changes to classes
that use it. A bugfix was made for a problem which occurred with Netscape where
if a file was uploaded with an unrecognised extension, no Content-Type was
specified. In this case, the first line of the file was chopped off. The
structure of the parse method was also modified to make it easier to understand
and manage.

Project Resources