Hello,
I'm sorry to ask the same old question but I've got a little problem with baseUrl.
I want that each user of my application can upload in his own folder.
I modified connector.configuration.Configuration constructor and add my user ID.
In connector.ConnectorServlet, I get the ID from the session.
Everything is ok with the ID, but it seems that the configuration is loaded before the Configuration constructor is called, so I always get a 0 as ID and not the real one.
It is quite possible that is a beginner mistake but I can't find anything to build the correct path
Does anybody have an idea or a clue about that ?
Thank you very much
Regards
Thu, 06/21/2012 - 09:44
#1
Re: [CKFinder Java] Dynamic baseUrl
OK, I *really* read the documentation, and everything's fine.
Implementing IBasePathBuilder was the answer