Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用AjaxFileUpload控件:
我正在审查这个,我需要的功能是隐藏上传按钮,并从另一个按钮单击事件中保存所有按钮。
有可能吗?
根据他们显示的属性,我没有看到隐藏按钮的选项。
查看源html,似乎在做:
$('.ajax__fileupload_uploadbutton').hide();
会做隐藏上传按钮的伎俩。但是,问题仍然存在,即当用户放下第一个文件或通过“选择”按钮选择它时是否触发了事件。我相信有一个你可以挂钩来调用上面的代码行(在我的例子中使用 jQuery)。
您可以使用纯 Javascript 实现相同的功能。