1. 程式人生 > >HTML input 控件

HTML input 控件

cti ng- ber input 相對 view change ati -c

<input type="file" id="file1" onChange="test()">

function test(){
var file1 = document.getElementById(‘file1‘);
alert("0000");
}

打開一個1G大小的文件無延遲,

last Modified 最後修改 lastModified:1527836188121

last Modified Date 最後修改日期 lastModifiedDate:Fri Jun 01 2018 14:56:28 GMT+0800 (中國標準時間) {}

  1. name:"YLMF_Win7_SP1_X86_2017.part1.rar" --文件名字
  2. size:1073741824    --文件大小
  3. type:"" -- 文件類型
  4. webkitRelativePath:"" --網絡工具包相對路徑

HTML input 控件