在javascript(非输入类型文件)中获取文件对象中的路径

时间:2016-08-09 05:03:43

标签: javascript jquery

file对象有名称,类型,大小等..但我找不到文件路径。

function getFilePath(file){
    console.log(file); // show file information
    return file.path; // file path is 
}

如何获取文件路径?

这是console.log(文件)视图

enter image description here

0 个答案:

没有答案