Any idea on how to apply a jQuery theme to an input button of type "file"
(ex)
<input type="file" value="A submit button">
...
$( "input:file").button();
Unfortunately, I'm not allowed to post an image. However, the inner "Choose File" button does not get themed.
Thanks in advance.