Flash:The Upload task is interrupted! http 500

Last post 03-09-2011, 10:40 PM by Jeff. 1 replies.
Sort Posts: Previous Next
  •  03-09-2011, 9:14 PM 66606

    Flash:The Upload task is interrupted! http 500

    Hi ,
     
    First i have got the latest version( 2011-1-30 19.21 released)。
     
    When I upload a 70M file, I getting the  following javascript alert message .
     
    Flash:The Upload task is interrupted! http 500
     
    My server is windows 2003 ,IIS6,ASP.Net 2.0. Most of users can upload .
    I get the server event logs, Can you tell me how to solve it?
     
    Thanks a lot.
     
    Gavin
     
    事件类型: 警告
    事件来源: ASP.NET 2.0.50727.0
    事件种类: Web 事件
    事件 ID: 1309
    日期:  2011-3-10
    事件:  10:53:10
    用户:  N/A
    计算机: SVCTAG-3FFGP2X
    描述:
    事件代码: 3004
    事件消息: Post 大小超出允许的限制。
    事件时间: 2011-3-10 10:53:10
    事件时间(UTC): 2011-3-10 2:53:10
    事件 ID: fc6fd1dc63034d5cabfe2925df295168
    事件序列: 6508
    事件匹配项: 7
    事件详细信息代码: 0
     
    应用程序信息:
        应用程序域: /LM/W3SVC/1/Root/Netoffice7-15-129441986831723732
        信任级别: Full
        应用程序虚拟路径: /***** 
        应用程序路径: ******************
        计算机名: SVCTAG-3FFGP2X
     
    进程信息:
        进程 ID: 7800
        进程名: w3wp.exe
        帐户名: NT AUTHORITY\NETWORK SERVICE
     
    异常信息:
        异常类型: HttpException
        异常消息: 超过了最大请求长度。
     
    请求信息:
        请求 URL: http://*********/********/EpointDBMail/Pages/SendMail.aspx?UseUploadModule=Static&_Namespace=CuteWebUI&_UploadID=ctl00_ContentPlaceHolder2_CuteWebUIUpload1_Uploader1Image_1299725588398_4&_UploadControlID=ctl00$ContentPlaceHolder2$CuteWebUIUpload1$Uploader1&ContextValue=!3wEWAQUcfi9CaWdGaWxlVXBMb2FkU3RvcmFnZS9UZW1wLxvSXeouyizp!3XKObkzzRHVjrUQx&_MaxSizeKB=153600&_Addon=upload&_AddonGuid=23470F1C-B724-7E86-A7C3-551D424331C6
        请求路径: /*****/*****/Pages/SendMail.aspx
        用户主机地址: ********* 
        用户: 
        是否已经过身份验证: False
        身份验证类型: 
        线程帐户名: NT AUTHORITY\NETWORK SERVICE
     
    线程信息:
        线程 ID: 27
        线程帐户名: NT AUTHORITY\NETWORK SERVICE
        是否正在模拟: False
        堆栈跟踪:    在 System.Web.HttpRequest.GetEntireRawContent()
       在 System.Web.HttpRequest.GetMultipartContent()
       在 System.Web.HttpRequest.FillInFormCollection()
       在 System.Web.HttpRequest.get_Form()
       在 System.Web.HttpRequest.get_Item(String key)
       在 DotNetCasClient.Utils.RequestEvaluator.GetRequestHasCasTicket()
       在 DotNetCasClient.CasAuthenticationModule.OnEndRequest(Object sender, EventArgs e)
       在 System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
     
     
    自定义事件详细信息:

    有关更多信息,请参阅在 http://go.microsoft.com/fwlink/events.asp 的帮助和支持中心。

  •  03-09-2011, 10:40 PM 66608 in reply to 66606

    Re: Flash:The Upload task is interrupted! http 500

    Dear xuguochun,
     
    Please check your web.config file,
    there is a config to set HttpRuntime request length limit under <sysmte.web> node
     
    <system.web>
       <httpRuntime maxRequestLength="2000000"/> 
    </system.web> 
     
    The default value of maxRequestLength is 4096 KB (4 MB) 
    you can set a value greater than 70M (71680)
     
     
    Keep me post
     
    Regards,
    Jeff 
View as RSS news feed in XML