Struct Request.FormData
Data sent through multipart/form-data.
struct FormData
;
Fields
Name | Type | Description |
---|---|---|
contentType
|
string | Content type |
data
|
char[] | Data, if inlined (empty if isFile() == true )
|
filename
|
string | We have a file attached. Its name. |
name
|
string | Form field name |
path
|
string | If we have a file attached, here it is saved. |
Properties
Name | Type | Description |
---|---|---|
isFile [get]
|
bool | Is it a file or is data inlined? |