Version

IUploadEventArgs Interface Members

The following tables list the members exposed by IUploadEventArgs.

Public Properties
 NameDescription
 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  
 PropertyFileNameGet file name of the uploading file  
 PropertyFileSizeSize of the file in bytes  
 PropertyFileStatusGet file status of the uploading file  
 PropertyFolderPathGet folder path where the file is uploading  
 PropertyServerMessageGet or set server message which is sent to the client  
 PropertyUploadedBytesGet uploaded bytes  
See Also