Hi,
is there a sample avaible for FileNameGeneratorVB with an UploadManager ? I have to request an Session-Variable. Without an UploadManager
Dim mSession As System.Web.HttpContext
mSession = HttpContext.Current
Dim testPathAs String = mSession.Request.Path.ToLower 'TEST
Dim mPathAs String = mSession.Session("path")
works great. But with an UploadManager the testPath is /SlickUpload.axd and mSession.Session is nothing
The code works with Slick 3.
Thanks
Tom