gpt4 book ai didi

.net - 如何清除 asyncfileupload .. 的文本框值?

转载 作者:行者123 更新时间:2023-12-04 23:33:25 26 4
gpt4 key购买 nike

有一个按钮(MyButton)。
OnClick 这个按钮的 modalpopup(MyPopup) 出现一个 asyncfileupload ajax 控件,确定按钮和取消按钮。

asyncfileupload 功能的浏览功能工作正常,没问题。
但是在回发后,如果我再次单击 MyButton,弹出窗口会出现在 asyncfileupload 控件的文本框中的上一个路径中。

如何清除它...!

提前致谢。

最佳答案

没有一个提议的方法对我有用。
问题不是特定于 AsyncFileUpload ,而是特定于 input[type=file].
最后,我找到了一种对我有用的 javascript 方法:

function uploadComplete(sender, args) {
jQuery(sender.get_element()).find("input[type='file']")[0].form.reset();
}

关于.net - 如何清除 asyncfileupload .. 的文本框值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1812251/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com