Opened 10 years ago
Last modified 9 years ago
#13519 closed New Feature
Response should be more flexible — at Version 2
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.0 |
Component: | General | Version: | 4.5.0 |
Keywords: | Cc: |
Description (last modified by )
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
.
Change History (2)
comment:1 Changed 10 years ago by
Summary: | Response should be more flexible. → Response should be more flexible |
---|
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|