Name | Description | |
---|---|---|
![]() | FileName | The name of the file that was uploaded if this POST parameter relates to a file upload. |
![]() | Index | Returns the position of the POST parameter in the request message. |
![]() | IsFile | A boolean indicating if this POST parameter was a file upload. |
![]() | IsSizeKnown | A boolean indicating if the size of the POST parameter is known. |
![]() | Name | Returns the name of the POST parameter. For HTML form submits this would be the name of the form element to which this parameter relates. |
![]() | Size | The total size of the POST parameter in bytes. |
![]() | Type | The content type if the parameter is an uploaded file, e.g. "text/plain" |
![]() | Value | Gets the value of the parameter. |