如何解析C:\fakepath?
<input type="file" id="file-id" name="file_name" onchange="theimage();">
<input type="text" name="file_path" id="file-path">
function theimage(){ var filename = document.getElementById('file-id').value; document.getElementById('file-path').value = filename; alert(filename);}
C:\fakepath\test.csv
test.csv
冉冉说