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
2350
igUpload AddFinishingUploadEventHandler - User is null in event
posted

Hi,

I attached a FinishingUploadEventHandler on my controller.  In that event, I plan to use the Username to rename the file.  HttpContext.Current.User is null when this method is called.  I'm using Windows Forms Authentication, and there is a valid user logged in.  The User is populated correctly with all other server calls I do.  What's the best way to get the username in the FinishingUploadEventHandler event?

Thanks,

Paul

Parents Reply Children