id summary reporter owner description type status priority milestone component version resolution keywords cc 13518 Request should be more flexible Piotr Jasiun Tomasz Jakut "It should be easy to add some additional parameters to the request. Parameters defined in the upload widget definition should be passed to the `fileLoader`, to the `fileUploadRequest` and finally to the request build by the default `fileUploadRequest` handler. So for example: {{{ fileTools.addUploadWidget( editor, 'sepiauploadimage', { additionalRequestParameters: { sepia: true }, // ... } ); }}} Will add `evt.data.additionalRequestParameters.sepia = true` to the `fileUploadRequest` and send it to the server (`formData.append( 'sepia', 'true');`)." New Feature closed Normal CKEditor 4.6.0 General 4.5.0 fixed