Hello all.
I have the following situation. CKEditor is being used for some article and in PHP file that output CKEditor I have that article's ID. What I need is to pass that ID to CKFinder, which would use it to set appropriate value for baseUrl - each article gets their own folder for images.
One option, that I have discovered so far is storing ID in a session, but this would limit my users to having just one opened article - no, basically it would show image folder for the last opened article which would be wrong for other articles, if they would have several opened windows. That's why I am looking if there is another way of passing this ID.
Thank you for your help!
Anton.
I have the following situation. CKEditor is being used for some article and in PHP file that output CKEditor I have that article's ID. What I need is to pass that ID to CKFinder, which would use it to set appropriate value for baseUrl - each article gets their own folder for images.
One option, that I have discovered so far is storing ID in a session, but this would limit my users to having just one opened article - no, basically it would show image folder for the last opened article which would be wrong for other articles, if they would have several opened windows. That's why I am looking if there is another way of passing this ID.
Thank you for your help!
Anton.