Back to Paperless Ngx

Upload File Widget.Component

src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html

2.20.15461 B
Original Source

Upload documents or drop files anywhere @if (getStatus().length > 0) {

@if (getStatus().length > 0) {

{{getStatusSummary()}}

} @if (getStatusCompleted().length > 0) { Dismiss completed }

@for (status of getStatus(); track status) {

}

}

{{status.filename}}

@if (!isFinished(status) || (isFinished(status) && !status.documentId)) {

{{status.message}}

} @if (isFinished(status)) { @if (status.documentId) { Open document } }