Re: I am trying to use System.Web.HttpContext in CuteWebUI.UploaderProvider but session comes back null. How can I get session to not be null

  •  02-16-2009, 10:26 PM

    Re: I am trying to use System.Web.HttpContext in CuteWebUI.UploaderProvider but session comes back null. How can I get session to not be null

    Hi,
     
    Please download the control again.
     
    We have add new configuration appSettings: (It's not compatible with ASP.NET1.1 currently)
     
    <add key="CuteWebUI.AjaxUploader.AllowSession" value="True"/>
     
    If add this line into web.config <appSettings>
     
    the custom provider can read session .
     
    But the upload request also go though the ASP.NET pipeline,  and the uploader would stop works if any http module has incompatible code.
     
    Regards,
    Terry
View Complete Thread