1

I want it to validate. If user selects more than 5 files than it should show a warning

<input max-file-input="5" id="fileinput" type="file" multiple="multiple" name="files[]" accept="image/*"  data-classbutton="btn btn-default" data-classinput="form-control inline" class="filestyle form-control">
aebabis
  • 3,657
  • 3
  • 22
  • 40

1 Answers1

1

There's no builtin validator to do that, but you should be able to write your own easily.

Pointers:

Community
  • 1
  • 1
Marc-André Lafortune
  • 78,216
  • 16
  • 166
  • 166