Validation works in Firefox not IE
I am trying to use "Client Validation" for an image upload field on my form. The validation works as expected in Firefox, but always gives me a validation error in IE7 or IE8.
I am using "Alphanumeric" validation and the file name I am using for the test is "bob.jpg" (which should pass the validation).
What am I doing wrong? Is there a better way to validate the characters allowed in a file name?
I have attached a screen capture of the configuration window.
Your suggestions are appreciated.