如何将文本插入<input type =“file”/>

时间:2016-06-13 06:45:32

标签: javascript html css angularjs twitter-bootstrap

我在<input type="file"/>内插入简单文字时遇到问题。在我的情况下,输入类型是边界和使用上传功能。当我试图在我隐藏的边界字段中的松散上传功能中插入文本时,浏览&#34;浏览&#34;按钮后面。这是我的代码......

<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>

1 个答案:

答案 0 :(得分:0)

每个浏览器都有自己的上传按钮的特定设置。因此,您无法更改该按钮的文本和功能。

你可以找到一些插件来破解它。