I have used bootstrap fileinput for multiple file upload and face below issue in this.
https://www.npmjs.com/package/bootstrap-fileinput
Steps: 1 Set multiple true 2 Click browse button and select files 3 Click browse button again and select different files again
It will only upload the last selected files. I need to upload all selected files.
Please help me on this concern.