functions for combined upload progress bars

This commit is contained in:
jonaswinkler
2021-01-26 01:10:39 +01:00
parent 8c02705da8
commit 47fa11e01d
3 changed files with 36 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
</ngx-file-drop>
</form>
<p>Uploading {{getStatusUploading().length}} files...</p>
<div *ngFor="let status of getStatus()">
<p>{{status.filename}}: {{status.message}}</p>
<ngb-progressbar [value]="status.getProgress()" [max]="1" [striped]="true" [animated]="!isFinished(status)" [type]="getType(status)">