Struct Request.FormData

Data sent through multipart/form-data.

struct FormData ;

Fields

NameTypeDescription
contentType stringContent type
data char[]Data, if inlined (empty if isFile() == true)
filename stringWe have a file attached. Its name.
name stringForm field name
path stringIf we have a file attached, here it is saved.

Properties

NameTypeDescription
isFile[get] boolIs it a file or is data inlined?