AjaxControlToolkit:错误养上传完成事件,并启动新的上传 [英] AjaxControlToolkit: error raising upload complete event and start new upload

查看:143
本文介绍了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天全站免登陆