How do you style an input type=\"file\" button?
type=\"file\"
Very simple and will work on any browser
upload_file
Styles
.upload-wrap { position: relative; } .upload-btn { position: absolute; left: 0; opacity: 0; }