Version 22.2

UploadCancellableBaseEventArgs Class Properties

For a list of all members of this type, see UploadCancellableBaseEventArgs members.

Public Properties
 NameDescription
Public PropertyAdditionalDataFieldsGets 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  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyFileInfoGets the file information.  
Public PropertyFileNameReturns name of the uploading file  
Public PropertyFileSizeReturns size of the uploading file  
Public PropertyFileStatusReturns status of the uploading file  
Public PropertyFolderPathReturns folder path of the uploading file where the file is saved  
Public PropertyMimeTypeGet MIME Type of the uploading file  
Public PropertyServerMessageSet or get server message which is sent to client-side.  
Public PropertyTemporaryFileNameGet temporary file name  
Public PropertyUploadedBytesGet uploaded bytes  
See Also

View on GitHub