Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
WebUpload Control has no Session in the UploadFinished event
posted

I have my webUpload control set up in a webForm.  It works to the extend that it uploads a file and saves it in my 'Uploads' directory.  But the problem is that I need the session available from HttpContext.Current.Session to be able do what I want with the file.  It is evaluating as null and I don't understand why.

 

Parents Reply Children