Show toolbar

2017年11月23日 星期四

Click the upload icon below to upload a file

標題:Click the upload icon below to upload a file
JavaScript (index.html):
1
2
3
4
5
6
<div>
<label for="fileboxy">
<img src="http://bit.ly/2PmisVq" style="cursor: pointer;" />
</label>
<input id="fileboxy" type="file" style="display: none;" />
</div>

範例:

說明:
使用label的方式點選圖片同步觸發隱藏的input file選擇檔案。