Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 11 years ago by Jakub Ś

Component: File BrowserGeneral
Keywords: ckfinder removed
Resolution: invalid
Status: newclosed

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';

comment:2 Changed 11 years ago by Jakub Ś

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy