The following tables list the members exposed by UploadProgressManager.
Name | Description | |
---|---|---|
Instance | Property which gets the instance of the singleton class |
Name | Description | |
---|---|---|
AddFileUploadingEventHandler | Add file uploading event handler in dictionary | |
AddFinishedUploadEventHandler | Add finished upload event handler in dictionary | |
AddFinishingUploadEventHandler | Add finishing upload event handler in dictionary | |
AddStartingUploadEventHandler | Add Starting Upload event handler in dictionary | |
CancelUpload | Cancel upload | |
CommandGetFileSize | Get file size and deletes from filesize dictionary element with specific key | |
CommandGetStatus | Get status for the file - filestatus, uploaded bytes - in json format | |
FileUploading | This function is called every time file chunk is saved(called only when FileSaveType is MemoryStream) | |
GetUploadedFileByKey | Get file uploading info from dictionary | |
RemoveFileUploadingEventHandler | Remove file uploading event handler from dictionary | |
RemoveFinishedUploadEventHandler | Remove finished upload event handler from dictionary | |
RemoveFinishingUploadEventHandler | Remove finishing upload event handler from dictionary | |
RemoveStartingUploadEventHandler | Remove starting upload event handler from dictionary | |
RemoveUploadInfo | Remove file from dictionary Fire event for finishing file | |
SetFinishingFile | Called when file is finished as set file status to finished |
View on GitHub