Hi All,
I'm having a small problem with uploads from CKFinder, in my config.ascx I have the following code (or near enough) in the SetConfig method
BaseDir = GetUploadDirectoryForUser(HttpContext.Current.User.Identity.Name);
This seems to work fine when opening the popup, the folder populate correctly and I can see the current logged in user being used in the debugger. However, when I try to upload files the SetConfig fires again and this time the HttpContext.Current.User.Identity.Name field is always set to empty.
I'm guessing the upload request is not transmitting the forms authentication cookie information as it should. Is there a way to get this working?
Regards,
Chris Meek
Mon, 11/07/2011 - 17:57
#1
Re: CKFinder: ASP.NET User is not carried forward
do you use latest version of CKFinder (2.1) with flash upload plugin ?
Re: CKFinder: ASP.NET User is not carried forward
Re: CKFinder: ASP.NET User is not carried forward
I guess you are using the flash uploader, please read this article: Flash upload problem in ASP.NET
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+