jQuery Validate File Fields Quirkiness
jQuery validate is a great plugin to help with form validation, however if your form uses file fields you may have found a quirky little "feature" that causes the file fields not to re-validate when the field changes.


To resolve this I had to manually re-validate the file field when it changed which will either add or remove the error message after the field changes as you would expect.