marcoak
小狐狸
小狐狸
  • UID16669
  • 注册日期2007-01-15
  • 最后登录2010-06-23
  • 发帖数7
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:1661回复:0

疑似Bug? input type="file" value取不到正确的值?

楼主#
更多 发布于:2008-03-04 03:16
<html>
<body>
<form id="form1" name="form1">
<input id="file1" name="file1" type="file">
</form>
<input type="button" value="button" onclick="javascript:alert(document.getElementById('file1').value);">
</body>
</html>

选择了一个文件后, input  的 value 属性中显示的是带全路径的文件, JS取出来的确只有文件,没有路径.(firefox 3.0, 4.0 测试不行,只有2.0可以取出带全路径的文件)
游客

返回顶部