How do you style an input type=\"file\" button?
type=\"file\"
I usually go for the visibility:hidden trick
visibility:hidden
this is my styled button
Upload
this is the input type=file button. Note the visibility:hidden rule
this is the JavaScript bit to glue them together. It works