kartik-v / bootstrap-fileinput

An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.
http://plugins.krajee.com/file-input
Other
5.36k stars 2.39k forks source link

maxFileSize does not work with file input [multiple] #1849

Closed khallid-itdevtech closed 8 months ago

khallid-itdevtech commented 11 months ago

maxFileSize validation does not work when [multiple] attribute is added to file input. maxFileSize only works with Single File not with multiple files. I want to limit any files size to 25MB. it can be 10, 20 or N

mrgarciamanuel commented 11 months ago

Hi, i tried to fix your issue and i made pull request, Hope this helps.

Take a look my pr.

Hope the community approves.

kartik-v commented 8 months ago

Resolved via #1850.