Hi!
Im currently using this jQuery validate plugin and having an issue in IE where its removing the value of file input fields whilst validating the rest of the form.
This seems to me like an onfocus issue, I select a file to upload, click on another input field and it clears the value - this only happens on the file input fields aswell, any other types of input in the form keep their values fine. I've been playing around with the plugin file and nothing seems to change the fact that its clearing the field, also had a look on google and cant find any help.
I've tested the issue on other browsers and the value remains in place, so its just in IE.
Has any1 else used this plugin and had the same issue?
Any help would be great, thanks :)