Serialized Form
Package org.apache.commons.fileupload |
fileName
java.lang.String fileName
- The original filename in the user's filesystem.
contentType
java.lang.String contentType
- The content type passed by the browser, or
null
if
not defined.
content
byte[] content
- Cached contents of the file.
storeLocation
java.io.File storeLocation
- Temporary storage location on disk.
byteStream
java.io.ByteArrayOutputStream byteStream
- Temporary storage for in-memory files.
fieldName
java.lang.String fieldName
- The name of the form field as provided by the browser.
isFormField
boolean isFormField
- Whether or not this item is a simple form field.
this$0
MultipartStream this$0
this$0
MultipartStream this$0