| IUploadedFile Properties |
The IUploadedFile type exposes the following members.
| Name | Description | |
|---|---|---|
| CanOpenReadStream |
Gets a value that indicates whether the IUploadedFile implementation supports accessing
the input stream via OpenReadStream method.
| |
| ContentType |
Gets the MIME content type of an uploaded file.
| |
| FileName |
Gets the fully qualified name of the file on the client.
| |
| InputStream |
Gets a Stream object that points to an uploaded file. This property
will return the same object when it is accessed multiple times.
| |
| Length |
Gets the size of an uploaded file in bytes.
|