For a list of all members of this type, see UploadProgressManager members.
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