Version 21.2

UploadBaseEventArgs Class Properties

For a list of all members of this type, see UploadBaseEventArgs 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 PropertyFileErrorGet file error - by default it is None  
Public PropertyFileInfoGets the file information.  
Public PropertyFileNameGet file name of the uploading file  
Public PropertyFileSizeGet file size  
Public PropertyFileStatusGet file status of the uploading file  
Public PropertyFolderPathGet folder path where the file is uploading  
Public PropertyMimeTypeGet MIME type of the uploading file  
Public PropertyServerMessageSet or get server message which is sent to client-side.  
Public PropertyUploadedBytesGet uploaded bytes  
See Also

View on GitHub