Re: Strange .Net error while uploading.

  •  03-01-2010, 7:47 AM

    Re: Strange .Net error while uploading.

    Hi,
     
    We have investigated on it, and found that caused by our code which intercept the WorkerRequest.
     
    You can use this setting to avoid this issue :
     
    add this line to web.config appSettings
     
    <add key="CuteWebUI.AjaxUploader.UseAspNetStream" value="True" />
     
    Regards,
    Terry
View Complete Thread