Hi guys,
I need to target specific folder in CKFinder, I know I can target type o resources using querystring ?type=Images for example, but I need something like ?folder=test which is in Images, is it possible?
Thanks for advice!
I need to target specific folder in CKFinder, I know I can target type o resources using querystring ?type=Images for example, but I need something like ?folder=test which is in Images, is it possible?
Thanks for advice!
Re: Target a specific folder
Re: Target a specific folder
Look at the StartupPath property in the docs: http://docs.cksource.com/CKFinder/Devel ... ntegration
Re: Target a specific folder
Re: Target a specific folder
You haven't explained how you are using CKFinder so it's harder to give you a better answer because I don't know what kind of integration you are using.
Re: Target a specific folder
Call in my code
I know following to documentation that I can specify StartPath in this API call code, but this is not my need.
I have several html links <a href=""> on my site and inside of it, I need to target CKFinder and specific folder using href property.
So I have
and I need inside href property something like type=Images:/folder/ but this does not work
Re: Target a specific folder
Instead you should create the CKFinder instances using the API, for example:
Re: Target a specific folder