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