The following tables list the members exposed by IUploadEventArgs.
Name | Description | |
---|---|---|
![]() | AdditionalDataFields | Gets the additional data fields that could be submitted while uploading the file. It returns dictionary which has as a key - the name of the submitted data field and as a value - the value of the data field |
![]() | FileName | Get file name of the uploading file |
![]() | FileSize | Size of the file in bytes |
![]() | FileStatus | Get file status of the uploading file |
![]() | FolderPath | Get folder path where the file is uploading |
![]() | ServerMessage | Get or set server message which is sent to the client |
![]() | UploadedBytes | Get uploaded bytes |