Represents an file upload from an HTML FORM.
| package |
Default |
|---|
__construct()
charset() : string
stringthe charset for the upload
contentTransferEncoding() : string
stringthe contentTransferEncoding for the upload
contentType() : string
stringthe content type for the upload
endHandler( $arg0) : $this
callable
$this
exceptionHandler( $arg0) : $this
callable
$this
fetch( $arg0) : $this
integer
$this
filename() : string
stringthe filename which was used when upload the file.
handler( $arg0) : $this
callable
$this
isSizeAvailable() : boolean
booleantrue if the size of the upload can be retrieved via {@link #size()}.
name() : string
stringthe name of the attribute
pause() : $this
$this
resume() : $this
$this
size() : integer
Check @see \io\vertx\jphp\core\http\HttpServerFileUpload::isSizeAvailable to determine this
integerthe size of the upload (in bytes)
streamToFileSystem( $arg0) : $this
string
$this