rt,有解决否?
document.getElementById('fileInput').onchange = function () { alert('Selected file: ' + this.value); };
大多数浏览器会给出文件名,但是像IE8会给出类似C:\fakepath\myfile.txt的全路径,而IE6(或更早版本)会给出真实全路径。
C:\fakepath\myfile.txt
标签
查看
2022 次