I\'d like to have a styled file input field on my page and therefore put it inside a button which it completely covers and made it invisible by set
input
button
Input elements are not allowed inside button elements in HTML.
Write valid HTML instead of depending on consistent error recovery.
Make the button and input sibling elements and then position them within a container (such as a div).