标签: php javascript jquery
使用以下脚本我可以获取文件输入框的值。但这条道路最终成了 C:\fakepath\imageName.jpg
C:\fakepath\imageName.jpg
$('#Button1').click(function() { var file = $('input[type=file]').val(); alert(file); });
如何通过jquery获取实际路径。