This topic has not yet been rated - Rate this topic

HttpPostedFileBase Properties

The HttpPostedFileBase type exposes the following members.

  NameDescription
Public property ContentLength When overridden in a derived class, gets the size of an uploaded file, in bytes.
Public property ContentType When overridden in a derived class, gets the MIME content type of an uploaded file.
Public property FileName When overridden in a derived class, gets the fully qualified name of the file on the client.
Public property InputStream When overridden in a derived class, gets a Stream object that points to an uploaded file to prepare for reading the contents of the file.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.