-
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.
-
size
long size
The size of the item, in bytes. This is used to cache the size when a
file item is moved from its original location.
-
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.
-
dfosFile
java.io.File dfosFile
File to allow for serialization of the content of this item.
-
headers
FileItemHeaders headers
The file items headers.