Validation: Galaxy Nexus, Invalid MIME Type

Validation: Galaxy Nexus, Invalid MIME Type

I'm using jQuery Validation on a jQuery Mobile application.

I have a file attachment form, and it takes image formats.  I'm getting an INVALID MIME TYPE error from jQuery Validation on a Galaxy Nexus when a JPG is selected.

The app has been tested and works fine on iPhone, iPad, Android 2.2 and 2.3 browsers, and a Lenova Thinkpad when attaching a JPG.

I only get this on the Galaxy Nexus default browser.

Any suggestions?

<input name="attachment" id="attachment" type="file" size="75" maxlength="75" value="" data-type="image" accept="png|gif|jpg|jpeg|bmp|tiff|tif">