The flash uploader isn't working on chrome or safari, so I'd like to disable it for the immediate future. My ckfinder is v2.1.1, and my config.js file looks like:
CKFinder.customConfig = function( config )
{
config.removePlugins = 'help,basket,flashupload';
config.disableHelpButton = true;
};
If it is of any assistance, the help button is not disabled on chrome and safari, but it is disabled on IE and FF. The flash uploader is disabled on FF and IE.
What have I overlooked here? Thanks in advance.
CKFinder.customConfig = function( config )
{
config.removePlugins = 'help,basket,flashupload';
config.disableHelpButton = true;
};
If it is of any assistance, the help button is not disabled on chrome and safari, but it is disabled on IE and FF. The flash uploader is disabled on FF and IE.
What have I overlooked here? Thanks in advance.
Re: cannot disable flash uploader on chrome, safari
By completely clearing the cache, the flashuploader is disabled and the help button is removed.
Sorry for the trouble.
Nothing to see here, move along...