Freelancer:
ElVox
Người chiến thắng
jQuery Hack
Due to the security restrictions in IE 10, you need to use a label that wraps the hidden file input. This should work though there will be some slight differences in styling - probably because a button's default padding differs somewhat from the label's defaults. Anyway, the basic idea is check for IE 10 and get rid of the '#html5button*' elements and instead wrap the file input button in a label. For example: $('#html5button, #html5buttonCarFax, #html5buttonAutoCheck').remove(); // Or hide() $('#html5files').wrap('Add Image(s)'); $('#html5filesCarFax').wrap('Upload CarFax'); $('#html5filesAutoCheck').wrap('Upload AutoCheck');
