码迷,mamicode.com
首页 > Web开发 > 详细

HTML input 控件

时间:2018-07-26 14:55:46      阅读:274      评论:0      收藏:0      [点我收藏+]

标签:script   文件类型   一个   pre   标准   win   mode   and   obj   

<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 控件

标签:script   文件类型   一个   pre   标准   win   mode   and   obj   

原文地址:https://www.cnblogs.com/enych/p/9371027.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!