Represents a file-upload from an HTTP multipart form submission.

no subtypes hierarchy

Initializer
FileUpload(FileUpload unknown)
Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
charSetshared default String charSet()

@return the charset of the upload

contentTransferEncodingshared default String contentTransferEncoding()

@return the content transfer encoding of the upload - this describes how the upload was encoded in the form submission.

contentTypeshared default String contentType()

@return the content type (MIME type) of the upload

fileNameshared default String fileName()

@return the file name of the upload as provided in the form submission

nameshared default String name()

@return the name of the upload as provided in the form submission

sizeshared default Integer size()

@return the size of the upload, in bytes

uploadedFileNameshared default String uploadedFileName()

@return the actual temporary file name on the server where the file was uploaded to.

Inherited Methods
Methods inherited from: Object
equals