No error callback when uploaded files count exceed maxFileQ


Topic: No error callback when uploaded files count exceed maxFileQuantity (mdb-angular-file-upload v8.0.0)

Kinanda Nugraha pro premium priority asked 6 days ago

mdb-angular-file-upload v8.0.0 No error callback when uploaded files count exceed maxFileQuantity

TS:

MAX_FILES_COUNT = 5;
onUploadError(errors: MdbFileUploadError[]) {
    // didn't catch error here when upload >5 files
    console.log('File Upload error:', errors);
}

HTML:

<mdb-file-upload
    ...
    [maxFileQuantity]="MAX_FILES_COUNT"
    (uploadError)="onUploadError($event)"
    ...
></mdb-file-upload>

Arkadiusz Idzikowski staff commented 5 days ago

Looks like a bug on our end. We will take a closer look at this problem.


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Open

Specification of the issue
  • User: Pro
  • Premium support: Yes
  • Technology: MDB Angular
  • MDB Version: MDB5 8.0.0
  • Device: Macbook M1 Pro
  • Browser: Chrome 138.0.7204.169
  • OS: MacOS 15.5
  • Provided sample code: No
  • Provided link: No