How could we get to show the attached filename to stack up above the "Choose File" input button clicking on which will open the file browse window. The browser (firefox and chrome) defaults to showing the filename next to the input button (see pic below).
<div class="blaa">
<a class="delete-icon" href="#"><span /></a><input name="file[0]" type="file" />
</div>
The a- class is for the delete button and trying several alignment parameters in the input tag doesn't really help as it keeps moving the input button as well.