如何阻止 Internet Explorer 打开拖动的文件?
我有一个运行我的应用程序的 JSP 页面。但是,当我将文件从 Internet Explorer 外部拖到我的应用程序中时,Internet Explorer 将打开该文件...:(
如何避免这种情况?
I have a JSP page which runs my application. But, when I drag a file from outside Internet Explorer into my application, Internet Explorer opens the file... :(
How can I avoid this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 HTML 的 ondragover 事件来避免将文件拖到 Internet Explorer 中。我在 IE 7.0 中尝试过它工作正常....:)
请遵循以下代码:
You can avoid dragging files into the internet explorer by using ondragover event of HTML. I tried in I.E 7.0 its working fine....:)
follow this code: