Serialized Form


Package org.apache.commons.fileupload

Class org.apache.commons.fileupload.DefaultFileItem implements Serializable

Serialized Fields

fieldName

java.lang.String fieldName
The name of the form field as provided by the browser.


contentType

java.lang.String contentType
The content type passed by the browser, or null if not defined.


isFormField

boolean isFormField
Whether or not this item is a simple form field.


fileName

java.lang.String fileName
The original filename in the user's filesystem.


sizeThreshold

int sizeThreshold
The threshold above which uploads will be stored on disk.


repository

java.io.File repository
The directory in which uploaded files will be stored, if stored on disk.


cachedContent

byte[] cachedContent
Cached contents of the file.


dfos

DeferredFileOutputStream dfos
Output stream for this item.

Class org.apache.commons.fileupload.FileUploadBase.InvalidContentTypeException implements Serializable

Class org.apache.commons.fileupload.FileUploadBase.SizeLimitExceededException implements Serializable

Class org.apache.commons.fileupload.FileUploadBase.UnknownSizeException implements Serializable

Class org.apache.commons.fileupload.FileUploadException implements Serializable

Class org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException implements Serializable

Class org.apache.commons.fileupload.MultipartStream.MalformedStreamException implements Serializable



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.