Jquery Validation File Upload
Code snippet below are for jquery validation file upload which file is not required, but when file is chosen, we need to check extension and size jQuery.validator.addMethod(“accept”, function (value, element, param) { return value.match(new RegExp(“.”...