Version

UploadBaseEventArgs Class Members

The following tables list the members exposed by UploadBaseEventArgs.

Public Constructors
 NameDescription
Public ConstructorUploadBaseEventArgs ConstructorInitialize internal UploadingInfo  
Protected Fields
 NameDescription
Protected Field_fileInfoUploadInfo object  
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