bleenco / ngx-uploader

Angular File Uploader
https://ngx-uploader.jankuri.me
MIT License
756 stars 348 forks source link

Max file validation failed when selecting file using browse and drag option #504

Open renuverma03 opened 4 years ago

renuverma03 commented 4 years ago

I put this.options = { concurrency: 1, maxUploads: 5 }

  1. I Browse more than maxUploads it allow only 5 files and rest put into rejected list.
  2. I Drag more than maxUploads it allow only 5 files and rest put into rejected list. But when I browse some files and drag some file then maxUploads fails.