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-11-2009, 8:39 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

    Layaway,
     
    the UploadModule process the upload request on ASP.NET BeginRequest event.
     
    So the ASP.NET Session is not prepaired yet.
     
    I suggest you do not determine the user relative data while the UploaderProvider just only want to save the file to a temporary place.
     
    Regards,
    Terry
View Complete Thread