标签: javascript jquery
file对象有名称,类型,大小等..但我找不到文件路径。
function getFilePath(file){ console.log(file); // show file information return file.path; // file path is }
如何获取文件路径?
这是console.log(文件)视图