I have some html/css using bootstrap to select a file. Shouldn't the name of the file show up after selection? It doesn't in Firefox or Chrome on the Mac.
<div class="custom-file">
<input type="file" class="custom-file-input" id="inputGroupFile01">
<label class="custom-file-label" for="inputGroupFile01">Choose file</label>
</div>
You can see the code fail in action at https://jsfiddle.net/mauricev/kgmhs895/