jquery.validate.file icon indicating copy to clipboard operation
jquery.validate.file copied to clipboard

Multiple files

Open timo002 opened this issue 11 years ago • 0 comments

Hello,

you script is working fine for a single file upload. But how about multiple file upload?

<input type="file" class="form-control" name="file[]" id="file" placeholder="file" multiple>

It would be nice to set the max number of files to!

Like:

file:{
      fileType:{
        types: ["zip"]
      },
      maxFileSize:{
        "unit": "KB",
        "size": 100
      },
      NumFile:{
        "max" : 5
        "min": 2
      },

timo002 avatar Sep 08 '14 09:09 timo002

Do you have gcc-multilib installed on this machine?

shuttle1987 avatar Mar 10 '21 04:03 shuttle1987