Based on the following documentation, CKEditor passes a few parameters via GET variables:
http://docs.ckeditor.com/#!/guide/dev_file_browser_api
While using a file browser plugin, I would like to pass an additional parameter, the upload path. However, I can't find where or how I can pass an additional GET variable to the browser so I can then work with it in the file browser.
Do any of you plugin developers know how I can do this?