Click or drag to resize
IUploadedFile Properties

The IUploadedFile type exposes the following members.

Properties
  NameDescription
Public propertyCanOpenReadStream
Gets a value that indicates whether the IUploadedFile implementation supports accessing the input stream via OpenReadStream method.
Public propertyContentType
Gets the MIME content type of an uploaded file.
Public propertyFileName
Gets the fully qualified name of the file on the client.
Public propertyInputStream
Gets a Stream object that points to an uploaded file. This property will return the same object when it is accessed multiple times.
Public propertyLength
Gets the size of an uploaded file in bytes.
Top
See Also