奇怪的输入类型=“文件”无法在使用 IE 的计算机上工作
我有一个非常奇怪的问题无法解决。
当用户单击 Internet Explorer 中的浏览按钮时,存在某种阻止用户打开文件浏览窗口的问题。此输入不使用 javascript。我无法访问用户的计算机以查看他们一端发生了什么。
他们使用的是MSIE 9.0; Windows NT 6.0
<input name="picture" type="file" width="100px" class="stretch">
如果有人知道输入不起作用的原因,我将不胜感激。
I have a very strange problem that I cannot solve.
There is something preventing a user from opening the file browse window when clicking the browse button in internet explorer. This input does not use javascript. I am unable to access the user's computer to see what is happening on their end.
They are using MSIE 9.0; Windows NT 6.0
<input name="picture" type="file" width="100px" class="stretch">
If anyone has any ideas why the input is not working I would greatly appreciate them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的Html看起来不错,我已经尝试过了。我认为唯一破坏功能的是你的 css 类“stretch”。请在没有该 css 类的情况下尝试它和/或在此处发布样式定义。
Your Html looks good, i have tryed it. I think the only thing that breaks the functionality is your css-class "stretch". Please try it without that css class and/or post the style definition here.