Hey there, I've been working on styling the input[type="file"] element and could use some assistance. Like the saying goes, "One JSfiddle is worth 1000 words," so here's the link to my example:
--- For more details, click here: http://jsfiddle.net/StartStep/4ZuGj/
Issue 1: When adding multiple files, they are not displayed in the field. Looking for a CSS solution preferably, but open to jQuery alternatives. Thanks in advance for your help.
Issue 2: How can I expand the transparent file input to 100% height with position absolute?
I believe the main issue may be related to positioning: relative and absolute...