AjaxControlToolkit:引发上传完成事件并开始新上传时出错 [英] AjaxControlToolkit: error raising upload complete event and start new upload

查看:17
本文介绍了AjaxControlToolkit:引发上传完成事件并开始新上传时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用 2013 年 4 月的 AjaxControlToolkit 时收到错误:

When using the April 2013 AjaxControlToolkit I receive the error:

0x800a139e - JavaScript 运行时错误:引发上传完成事件并开始新上传的错误

0x800a139e - JavaScript runtime error: error raising upload complete event and start new upload

尝试使用 AjaxFileUpload 控件上传文件时.

When trying to upload a file using the AjaxFileUpload control.

推荐答案

要解决这个错误你需要添加这个

To resolve the error you need to add this

<httpHandlers>
  <add verb="*" path="AjaxFileUploadHandler.axd" type="AjaxControlToolkit.AjaxFileUploadHandler, AjaxControlToolkit"/>
</httpHandlers>

在你的

<system.web>

您的 web.config 部分

section of your web.config

这篇关于AjaxControlToolkit:引发上传完成事件并开始新上传时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆