@if (currentUpload) {
Progress: {{ currentUpload?.name }} | {{ currentUpload?.progress }}% Complete
}
@for (file of files$ | async; track file) {

}