Hi,
I am interested in using CKFinder as a file browser only rather than allow users to upload files directly (this is done by another process with the app). So, for this I want to be able to disable the upload feature of CKFinder. How do I go about doing this?
Cheers
Bizt
I am interested in using CKFinder as a file browser only rather than allow users to upload files directly (this is done by another process with the app). So, for this I want to be able to disable the upload feature of CKFinder. How do I go about doing this?
Cheers
Bizt
Re: Disable upload feature, browse only?
config.accessControl[1].fileUpload = false;
in config.cfm
Hope that helps
Re: Disable upload feature, browse only?
Yes, you are right. I have used it and it works perfect. There is no problem so this is the right solution for it.