回答

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

它看起來非常好,謝謝 –