是否可以防止出现文件对话框?为什么?
假设我有 input[type=file] 元素,并且我想拦截 onclick 事件并防止在不满足条件时出现文件对话框。是否可以?如果不是的话,为什么?
Suppose I have input[type=file] element and I want to intercept onclick event and prevent file dialog from appearing if conditions are not met. Is it possible? And why, if - not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Soufiane 的代码要求您的页面上有一个名为 jQuery 的 Javascript 库。如果您没有它,您可以在 http://www.jquery.com 获取它或使用其他东西在纯 Javascript 中:
HTML
JS:
Soufiane's code requires that you have a Javascript library called jQuery on your page. If you don't have it, you can get it at http://www.jquery.com or use something in plain Javascript:
HTML
JS:
HTML:
JS:
HTML:
JS: