HTML5 表單元件:client端客戶端電腦,開啟檔案元件


 

 


(1).開啟檔案元件

<input id="file01" type="file" onchange="show01(this)"/>

(2).取得檔案參數

filename = thisfileinfo.files[0].name;
filesize= thisfileinfo.files[0].size;
filetype= thisfileinfo.files[0].type;
注意:可以複選