Styled input file button no longer shows chosen file

I'm using an Upload Script, and I've been working on trying to style the 'Choose File Button' (input file button)
which was a challenge to be styled for multiple browsers, but finally works with Google, IE and FF.
However, now that I've successfully styled the input file button, when a file is now chosen, the chosen file name no longer appears, prior to Submit.
I've attached an image of the code changes I made, plus some CSS styling, and this addition:

Code (Text):

label input[type="file"] {…

Styled input file button no longer shows chosen file

See original post by chrisj

Leave a Reply

Styled input file button no longer shows chosen file

I'm using an Upload Script, and I've been working on trying to style the 'Choose File Button' (input file button)
which was a challenge to be styled for multiple browsers, but finally works with Google, IE and FF.
However, now that I've successfully styled the input file button, when a file is now chosen, the chosen file name no longer appears, prior to Submit.
I've attached an image of the code changes I made, plus some CSS styling, and this addition:

Code (Text):

label input[type="file"] {…

Styled input file button no longer shows chosen file

See original post by chrisj

Leave a Reply