Click or drag to resize
UploadedFile Properties

The UploadedFile type exposes the following members.

Properties
  Name Description
Public property Code example ContentLength
Gets the size in bytes of an uploaded file.
Public property Code example ContentType
Gets the MIME content type of a file sent by a client.
Public property Code example FileName
Gets the fully-qualified name of the file on the client's computer (for example "C:\MyFiles\Test.txt").
Public property InputStream
Gets a Stream object which points to the uploaded file to prepare for reading the contents of the file.
Top
See Also