﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13791	filebrowser plugin should fire fileUploadRequest	ericpias		"== Steps to reproduce ==
I am following the documentation here: http://docs.ckeditor.com/#!/guide/dev_file_upload under ""Editor Side Configuration"" and trying to hook the fileUploadRequest event in order to modify the ajax post to my backend service.  The fileUploadRequest event is just not firing for me.  This is the problem.  I do see the standard post received in my server code when I try this on my server, just no event fired in the browser side.

1. Use the shared JSFiddle at: https://jsfiddle.net/ericpias/nrwaostw/
2. In the CKEditor, select the image button and then the upload tab.
3. Select a local image file.
4. Make sure your browser's dev tools are open so you can see the console (or change the console.logs to alerts).
5. Upload the file.
6. The upload url won't work, but that is not important.  The fileUploadRequest event never fires (nothing logged to the console).

== Expected result ==
fileUploadRequest should fire in javascript.

== Actual result ==
No fileUploadRequest event.

== Notes == 
See: https://jsfiddle.net/ericpias/nrwaostw/

If I have misunderstood anything here, I appreciate your help in correcting me.  Thanks.

== Other details (browser, OS, CKEditor version, installed plugins) ==
Tried in Chrome and Firefox on Mac OSX.  The jsFiddle example uses the full-all bundle from the CDN which should include the filetools plugin.  Not clear to me if that is needed here or not."	New Feature	confirmed	Normal		General				andrey.fedoseev@…
