【发布时间】:2020-04-20 19:57:41
【问题描述】:
我有一些使用引导程序选择文件的 html/css。选择后不应该显示文件名吗?它不在 Mac 上的 Firefox 或 Chrome 中。
<div class="custom-file">
<input type="file" class="custom-file-input" id="inputGroupFile01">
<label class="custom-file-label" for="inputGroupFile01">Choose file</label>
</div>
你可以在https://jsfiddle.net/mauricev/kgmhs895/看到代码失败
【问题讨论】:
标签: html bootstrap-4