java.lang.ObjectDeprecated!org.apache.commons.fileupload.FileUploadBase
org.apache.commons.fileupload.DiskFileUpload
Use
- ServletFileUpload
together with
DiskFileItemFactory
instead.High level API for processing file uploads.
This class handles multiple files per single HTML widget, sent using
multipart/mixed
encoding type, as specified by
RFC 1867. Use #parseRequest(HttpServletRequest) to acquire a list of org.apache.commons.fileupload.FileItem s associated with a given HTML
widget.
Individual parts will be stored in temporary disk storage or in memory, depending on their size, and will be available as org.apache.commons.fileupload.FileItem s.
<
- a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski<
- a href="mailto:dlr@collab.net">Daniel Rall<
- a href="mailto:jvanzyl@apache.org">Jason van Zyl<
- a href="mailto:jmcnally@collab.net">John McNally<
- a href="mailto:martinc@apache.org">Martin CooperSean
- C. Sullivan$
- Id: DiskFileUpload.java 479484 2006-11-27 01:06:53Z jochen $Fields inherited from org.apache.commons.fileupload.FileUploadBase: |
---|
CONTENT_TYPE, CONTENT_DISPOSITION, FORM_DATA, ATTACHMENT, MULTIPART, MULTIPART_FORM_DATA, MULTIPART_MIXED, MAX_HEADER_SIZE |
Constructor: |
---|
FileItem instances. |
FileItem instances.
|
Method from org.apache.commons.fileupload.DiskFileUpload Summary: |
---|
getFileItemFactory, getRepositoryPath, getSizeThreshold, parseRequest, setFileItemFactory, setRepositoryPath, setSizeThreshold |
Methods from org.apache.commons.fileupload.FileUploadBase: |
---|
createItem, getBoundary, getFieldName, getFileItemFactory, getFileName, getFileSizeMax, getHeader, getHeaderEncoding, getItemIterator, getProgressListener, getSizeMax, isMultipartContent, isMultipartContent, parseHeaders, parseRequest, parseRequest, setFileItemFactory, setFileSizeMax, setHeaderEncoding, setProgressListener, setSizeMax |
Methods from java.lang.Object: |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.commons.fileupload.DiskFileUpload Detail: |
---|
Deprecated! Use - FileUpload instead.Deprecated!
|
Deprecated! Use - DiskFileItemFactory instead.Deprecated!
|
Deprecated! Use - DiskFileItemFactory instead.Deprecated!
|
Deprecated! Use - ServletFileUpload instead.Deprecated!
multipart/form-data stream. If files are stored
on disk, the path is given by getRepository() . |
Deprecated! Use - FileUpload instead.Deprecated!
DefaultFileItemFactory or a subclass
thereof, or else a ClassCastException will be thrown. |
Deprecated! Use - DiskFileItemFactory instead.Deprecated!
|
Deprecated! Use - DiskFileItemFactory instead.Deprecated!
|