Here is my file input on different browsers. IE10 uses an horrible default style. Any idea about how to remove it?
IE supports a number of pseudo elements for file inputs:
::-ms-value
for styling the part where the text is displayed::-ms-browse
for styling the buttonUsing these you can style both parts of the file input however you wish.