HttpPostedFile Properties

  Name Description
Public property ContentLength Gets the size of an uploaded file, in bytes.
Public property ContentType Gets the MIME content type of a file sent by a client.
Public property FileName Gets the fully qualified name of the file on the client.
Public property InputStream Gets a Stream object that points to an uploaded file to prepare for reading the contents of the file.
Top

Community Additions

ADD
Show: