Download List

项目描述

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.

系统要求

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

空气污染指数是完全重新设计。对代码的内部仍有许多相同,但在空气污染指数更加面向对象的Java兼容和Servlet的只有2。
标签: 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

增加了支持对象(而不是静态的)setEncoding功能,上载的临时文件名是固定的,和其他一些小补丁了。
标签: 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

上传的文件保存到文件系统将不会有一个独特的文件名保存。有几个小错误修正也适用。这是这个新功能的最初测试版本,并应谨慎对待。
标签: 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

一个很小的修正,而是一个显然给一些用户带来一些严重的问题,已经取得了。该intTotalRead整数被设置为-1,这意味着它是一个始终关闭时相比,内容长度。
标签: 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

该MultipartRequest是进入了一个包。该图书馆现在提供了一个方便使用罐封存。不幸的是,这可能需要改变的类使用它。阿缺陷修复了一个问题,发生在与Netscape如果一个文件上传与未确认的延伸,没有内容类型指定。在这种情况下,该文件的第一行是被剁掉。该分析方法的结构也作了修改,使其更容易理解和管理。
标签: 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