Jquery获取上传文件属性

    $("#files").change(function(){
        console.log($("#files")[0].files[0].size);
    })

 

你可能感兴趣的:(Jquery)