Changes between Version 2 and Version 3 of Ticket #13519
- Timestamp:
- Jul 9, 2015, 12:25:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13519 – Description
v2 v3 1 1 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: 2 {{{ 2 3 { 3 4 "uploaded": 1, … … 7 8 "width": 160 8 9 } 10 }}} 9 11 10 12 Should set `evt.data.width = 160` and `evt.data.height = 90`.