UploadedFile Methods |
The UploadedFile type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
FromHttpPostedFile(HttpPostedFile) |
Creates a UploadedFile instance from HttpPostedFile instance.
|
![]() ![]() |
FromHttpPostedFile(String, HttpPostedFile) |
Creates a UploadedFile instance from HttpPostedFile instance.
|
![]() |
GetExtension |
Returns the extension of the file on the client's computer.
|
![]() |
GetFieldValue |
Returns the value of a custom field.
|
![]() |
GetIsFieldChecked |
Returns the checked state of a custom field.
|
![]() |
GetName |
Returns the name and extension of the file on the client's computer.
|
![]() |
GetNameWithoutExtension |
Returns the name of the file on the client's computer without the extension.
|
![]() ![]() |
SaveAs(String) |
Saves the contents of an uploaded file.
|
![]() ![]() |
SaveAs(String, Boolean) |
Saves the contents of an uploaded file.
|