gpt4 book ai didi

javascript - ASP.NET AJAX 控件工具包文件上传在 Scriptresource.axd 中引发错误

转载 作者:行者123 更新时间:2023-11-29 21:33:14 25 4
gpt4 key购买 nike

我有一个 AJAX 控件工具包文件上传(版本 15.1.4),它允许我将文件上传到我的 ASP.Net Web 应用程序。直到本周,这都很好用。从昨天开始,只要我选择了一个文件,上传就会生成一个 JavaScript 错误。

Object doesn't support property or method 'setText'

ScriptResource.axd 中:

fileInfoContainer.appendChild(fileInfoText);
fileInfoContainer.appendChild(fileStatusText);

$common.setText(deleteButton, Sys.Extended.UI.Resources.AjaxFileUpload_Remove); <== here
$addHandlers(deleteButton, {
'click': Function.createDelegate(this, function() {
onRemoveItem(self);
})
});

我不记得我在此页面(上周未触及)和 Web 应用程序中的另一个页面上进行过任何更改,该页面具有类似的文件上传功能,效果非常好..

有人知道为什么 ScriptResource 抛出这个异常吗?提前致谢:)

最佳答案

经过一番搜索,我终于找到了问题所在。我们使用 obout richt 文本编辑 ( https://www.obout.com/editor_new/ ) 但这与 FileUpload 有冲突。删除此控件解决了问题。

关于javascript - ASP.NET AJAX 控件工具包文件上传在 Scriptresource.axd 中引发错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35574384/

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