Summary
Represents a file upload contained in an HTTP request with a body.
Instance methods
string | | Returns the MD5 hash function of the upload contents. |
Stream | | Returns a Stream object for access to the file upload. |
void | | Moves the uploaded file to a file in the local file system. |
Instance properties
string | | The MIME type of the uploaded file. |
string | | The filename of the uploaded file as supplied by the client. |