﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13519	Response should be more flexible	Piotr Jasiun	Tomasz Jakut	"Additional parameters in the response should be handled. Default `fileUploadResponse` handler should pass all additional JSON data to the `data`. So for example response with `height` and `width` parameters:
{{{
{
    ""uploaded"": 1,
    ""fileName"": ""foo.jpg"",
    ""url"": ""/files/foo.jpg"",
    ""height: 90,
    ""width"": 160
}
}}}

Should set `evt.data.width = 160` and `evt.data.height = 90`."	New Feature	closed	Normal	CKEditor 4.6.0	General	4.5.0	fixed		
