The following tables list the members exposed by PostedFile.
Name | Description | |
---|---|---|
![]() | PostedFile Constructor | Initializes a new instance of the PostedFile control. |
Name | Description | |
---|---|---|
![]() | BytesUploaded | The number of bytes uploaded thus far. |
![]() | ControlID | The ID of the control used to upload the PostedFile. |
![]() | FileName | The name of the posted file. |
![]() | FileSize | The size of the posted file. |
![]() | SavedFilePath | The path of the posted file on the server. |
![]() | TempFilePath | The temporary path of the posted file during the upload. |
![]() | UniqueID | A unique identifier for a posted file. |