ckfinder is just great
The only thing I hope I can find solution to is to be able to assign different base folders in different situations like by some value of a cookie
can it be done in the config file?
The only thing I hope I can find solution to is to be able to assign different base folders in different situations like by some value of a cookie
can it be done in the config file?
Re: different folder for differet cases
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: different folder for differet cases
can I use asp (not .net) session variables in the asp.net config file?
Re: different folder for differet cases
Maybe searching the web will help you on finding a solution to share session vars between the two platforms. From our side, all I can tell you is that CKFinder will work with ASP.Net session vars.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: different folder for differet cases
Re: different folder for differet cases
I wouldn't rely anything related to security on cookies because they are sent from the client to the server, so you can't know that they haven't altered by a malicious user, and you might end up with big problems.
An asp implementation of CKFinder is planned, but it still needs to be developed (damn these days with only 24 hours)
Re: different folder for differet cases
can you point me to where it is documented? I tried searching google for hours to no avail
Re: different folder for differet cases
and if so, how can I use the data?
I am not so familier with asp.net
Re: different folder for differet cases
Re: different folder for differet cases
How about using quert string values in the config file?
since I know nothing about asp.net or asp.net config files
is it possible?
I think this would be better for me to use instead of session vars
Re: different folder for differet cases