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.
Hello chadc,
I have opened a support ticket on your behalf. This is the case number CAS-84803-P697X8. We will continue our communication regarding this through the support ticket. Thank you for using our community.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Hi Georgi,
Has this issue been resolved yet? I am running into the same issue with needing to access the HttpContext.Current.Session as well.
Protected
Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)Handles Me.Load
Dim Session = Me.Page.Session
End Sub
Private
WebUpload1.UploadFinishing
.wdgloans.Behaviors.Selection.SelectedRows
MsgBox(Session(
"Activeloan"))
The msgbox shows Blank for the session variable
Hi,
Please check the attached sample. I have added a simple webpage where I use session to store how many times files are uploaded.
DGilbert17, please can you send us full sample? You can send us in VB or C# as you prefer
Thanks,
Miro Hristov
This is for version 11.1, not 12.1
This sample will work for all the three released versions - 11.1, 11.2 and 12.1
Thanks,Miro Hristov
Hi, I still have the error when using the upload component in a StateServer environment. It doesn't happen when using InProc SessionState. Any solution ?