Changes between Version 2 and Version 3 of Ticket #13519


Ignore:
Timestamp:
Jul 9, 2015, 12:25:54 PM (10 years ago)
Author:
Piotr Jasiun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13519 – Description

    v2 v3  
    11Additional 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:
     2{{{
    23{
    34    "uploaded": 1,
     
    78    "width": 160
    89}
     10}}}
    911
    1012Should set `evt.data.width = 160` and `evt.data.height = 90`.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy