【发布时间】:2016-06-13 18:26:30
【问题描述】:
我在<input type="file"/> 中插入简单文本时遇到问题。在我的情况下,输入类型是有边界的并带有上传功能。当我尝试在其中插入文本时,我在隐藏“浏览”按钮的边框字段中松动了上传功能。这是我的代码...
<div class="col-md-12 background">
<div class="file_button_container">
<input type="file"/>
<div class="k-span text-center">
<span> Click here to upload image </span>
</div>
</div>
</div>
【问题讨论】:
-
你想要什么输出?
-
stackoverflow.com/a/33822113/5291509 我认为这是最简单的方法
标签: javascript html css angularjs twitter-bootstrap