#9939 closed Bug (invalid)
Unable to disable CKFinder flash uploader in Firefox or Chrome
Reported by: | qssam | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
After setting the config option to disable the flash uploader in CKFinder, it successfully disables it in IE, but not in Firefox or Chrome.
This is the config option I am using: config.removePlugins = 'flashupload';
In IE the non-flash version of the uploader is then displayed, but in Firefox and Chrome it still shows the flash version.
Change History (2)
comment:1 Changed 12 years ago by
Component: | File Browser → General |
---|---|
Keywords: | ckfinder removed |
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 12 years ago by
If you want to remove both html5 and flash please use – config.removePlugins='html5upload,flashupload';
Please note that you will lost multiupload capability if you remove them.
All modern browsers like FF, Webkit or opera use HTML5 uploads and not flash uploads.
Only IE is using flash uploads which can be disabled with config.removePlugins = 'flashupload';