Archived
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ export class ResumableFileUploadService implements OnDestroy{
|
||||
}
|
||||
}
|
||||
this.totalProgress=totalProgress/this.files.length;
|
||||
if(totalProgress==100) this.isUploading=false;
|
||||
if(this.totalProgress==100) this.isUploading=false;
|
||||
}
|
||||
|
||||
handleState(state:UploadState) {
|
||||
|
||||
Reference in New Issue
Block a user