Represents a file-upload from an HTTP multipart form submission.
package |
Default |
---|
__construct()
charSet() : string
string
the charset of the upload
contentTransferEncoding() : string
string
the content transfer encoding of the upload - this describes how the upload was encoded in the form submission.
contentType() : string
string
the content type (MIME type) of the upload
fileName() : string
string
the file name of the upload as provided in the form submission
name() : string
string
the name of the upload as provided in the form submission
size() : integer
integer
the size of the upload, in bytes
uploadedFileName() : string
string
the actual temporary file name on the server where the file was uploaded to.