“浏览” HTML 表单中的按钮在 IE 7 或 8 (ietester) 中不起作用
我的网站上有一个非常简单的图像上传表单。由于某种原因,当我加载 ieTester 并使用 IE 8 或 IE7 时,用于定位文件的“浏览”按钮上没有任何文本,并且也不会打开文件选择对话框。
有谁知道为什么会这样?难道是因为我使用的是 IE Tester?
这是我的表单的代码:
<form action="edit-profile.php" method="post" enctype="multipart/form-data">
<input name="file" id="file" type="file" />
<input type="hidden" name="uploaded" value="true" />
<input type="submit" value="Upload" />
</form>
提前感谢您的帮助。
I have a really straight forward image upload form in a website of mine. For some reason, when I load up ieTester and use IE 8 or IE7, the 'Browse' button to locate the file has no text on it, and it also doesn't open a file selection dialogue.
Does anybody know why this might be? Could it be because I'm using IE Tester?
Here's the code for my form:
<form action="edit-profile.php" method="post" enctype="multipart/form-data">
<input name="file" id="file" type="file" />
<input type="hidden" name="uploaded" value="true" />
<input type="submit" value="Upload" />
</form>
Thanks in advance for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这似乎是当前版本的 IETester/DebugBar 中的一个错误。 已报告,但尚未报告承认或处理。
This appears to be a bug in the current version of IETester/DebugBar. It has been reported, although not yet acknowledged or dealt with.
我正在使用这种方法,它在 IE8,9 中工作。请检查浏览按钮的重新设计是否是问题所在。首先考虑演示。
HTML 校园
I am using this approach and it is working in IE8,9. Please check if redesign of browse button is the issue. Consider demo first.
HTML Campus