A form data part of a @see \io\vertx\jphp\ext\web\multipart\MultipartForm.
| package |
Default |
|---|
__construct()
filename() : string
stringthe 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
booleanwhether the file upload is text or binary when this part is a file upload otherwise {@code null}
mediaType() : string
stringthe media type when this part is a file upload otherwise {@code null}
name() : string
stringthe name
pathname() : string
stringthe pathname when this part is a file upload otherwise {@code null}
value() : string
stringthe value when the part for a form attribute otherwise {@code null}