A form data part of a @see \io\vertx\jphp\ext\web\multipart\MultipartForm.
package |
Default |
---|
__construct()
filename() : string
string
the filename when this part is a file upload otherwise {@code null}
isAttribute() : boolean
boolean
{@code true} when this part is an attribute
isFileUpload() : boolean
boolean
{@code true} when this part is a file upload
isText() : boolean
boolean
whether the file upload is text or binary when this part is a file upload otherwise {@code null}
mediaType() : string
string
the media type when this part is a file upload otherwise {@code null}
name() : string
string
the name
pathname() : string
string
the pathname when this part is a file upload otherwise {@code null}
value() : string
string
the value when the part for a form attribute otherwise {@code null}