Class and Description |
---|
org.apache.commons.fileupload.DefaultFileItem
1.1 Use
DiskFileItem instead. |
org.apache.commons.fileupload.DefaultFileItemFactory
1.1 Use
DiskFileItemFactory instead. |
org.apache.commons.fileupload.DiskFileUpload
1.1 Use
ServletFileUpload together with
DiskFileItemFactory instead. |
Exceptions and Description |
---|
org.apache.commons.fileupload.FileUploadBase.UnknownSizeException
1.2 As of commons-fileupload 1.2, the presence of a
content-length header is no longer required.
|
Field and Description |
---|
org.apache.commons.fileupload.FileUploadBase.MAX_HEADER_SIZE
This constant is no longer used. As of commons-fileupload
1.2, the only applicable limit is the total size of a parts headers,
MultipartStream.HEADER_PART_SIZE_MAX . |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.