为了账号安全,请及时绑定邮箱和手机立即绑定

js 怎么获取input type="file"中的文件

js 怎么获取input type="file"中的文件

蝴蝶不菲 2019-02-15 15:15:13
html代码<input id="load" type="file" onchange="upload(this.files)" multiple/>js代码function upload(files){            console.log(files);                          $.ajax({                    type: 'post',                    url: "download.php",                    data: {                        files:files,                    },                    dataType: "json",                    success: function(data) {                        if(data.status){                            alert(data.msg);                            return false;                        }else{                            alert(data.msg);                            return false;                        }                    }            });        }               但是我console.log 不能打印出file,实在是不知道怎么获取file的属性
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 1582 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信