jquery.validate.file
jquery.validate.file copied to clipboard
Multiple files
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
},
Do you have gcc-multilib installed on this machine?