Click or drag to resize
UploadedFile Methods

The UploadedFile type exposes the following members.

Methods
  Name Description
Public method Static member FromHttpPostedFile(HttpPostedFile)
Creates a UploadedFile instance from HttpPostedFile instance.
Public method Static member FromHttpPostedFile(String, HttpPostedFile)
Creates a UploadedFile instance from HttpPostedFile instance.
Public method GetExtension
Returns the extension of the file on the client's computer.
Public method GetFieldValue
Returns the value of a custom field.
Public method GetIsFieldChecked
Returns the checked state of a custom field.
Public method GetName
Returns the name and extension of the file on the client's computer.
Public method GetNameWithoutExtension
Returns the name of the file on the client's computer without the extension.
Public method Code example SaveAs(String)
Saves the contents of an uploaded file.
Public method Code example SaveAs(String, Boolean)
Saves the contents of an uploaded file.
Top
See Also