“浏览” HTML 表单中的按钮在 IE 7 或 8 (ietester) 中不起作用

发布于 2024-11-06 11:36:32 字数 468 浏览 1 评论 0原文

我的网站上有一个非常简单的图像上传表单。由于某种原因,当我加载 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不乱于心 2024-11-13 11:36:32

这似乎是当前版本的 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.

且行且努力 2024-11-13 11:36:32

我正在使用这种方法,它在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文