The following tables list the members exposed by UploadBaseEventArgs.
Name | Description | |
---|---|---|
![]() | UploadBaseEventArgs Constructor | Initialize internal UploadingInfo |
Name | Description | |
---|---|---|
![]() | _fileInfo | UploadInfo object |
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 |
![]() | FileError | Get file error - by default it is None |
![]() | FileInfo | Gets the file information. |
![]() | FileName | Get file name of the uploading file |
![]() | FileSize | Get file size |
![]() | FileStatus | Get file status of the uploading file |
![]() | FolderPath | Get folder path where the file is uploading |
![]() | MimeType | Get MIME type of the uploading file |
![]() | ServerMessage | Set or get server message which is sent to client-side. |
![]() | UploadedBytes | Get uploaded bytes |
View on GitHub