回答

5

下面是一个例子给你一个想法:

<style>#file { display: none; }</style> 
<label class="mdl-button mdl-js-button mdl-button--icon mdl-button--file"> 
    <i class="material-icons">attach_file</i><input type="file" id="file"> 
</label> 

它使用MDL图标的按钮,用户点击拉起文件输入提示。

+1

它看起来非常好,谢谢 –