The following tables list the members exposed by UploadCancellableBaseEventArgs.
Name | Description | |
---|---|---|
UploadCancellableBaseEventArgs Constructor | Setting UploadInfo and initialize baseEventArgs |
Name | Description | |
---|---|---|
_baseEventArgs | File upload Base Event Arguments object | |
_fileInfo | File upload info object | |
_serverMessage | Server Message |
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 | |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
FileInfo | Gets the file information. | |
FileName | Returns name of the uploading file | |
FileSize | Returns size of the uploading file | |
FileStatus | Returns status of the uploading file | |
FolderPath | Returns folder path of the uploading file where the file is saved | |
MimeType | Get MIME Type of the uploading file | |
ServerMessage | Set or get server message which is sent to client-side. | |
TemporaryFileName | Get temporary file name | |
UploadedBytes | Get uploaded bytes |
View on GitHub