I have a situation where it's been required that the Browse/SelectFile/etc button be styled to match our conventional styles that are everywhere else.
Previously I tried to just hide the default control and expose my own Browse and Save buttons, but I've found that doing style="visibility:hidden;width:0px"
in a FileUpload control style breaks the control for IE.
So how can I style the stock asp:FileUpload button(s)?
Thanks.