Example 3 - Processing Callback Function Contents (requirement: v0.2.0 and above)
Make use of the additional callback status information to decide what to do with the content.
Example 3.1: The example below displays all statuses, without inspection.
Server Response: {{uploadResponse1}}
Example 3.2: The example below displays only the server response, ignoring other contents
Server Response: {{uploadResponse2}}
Example 4 - Processing a full form (requirement: v0.2.0)
Post a full form with a file and other inputs (text, etc) to the server and get a JSON result.
Server Response: {{response | json}}
Fullname: {{response.fullname}}
Gender: {{response.gender}}
Favourite Color: {{response.color}}
Picture: {{response.pictureUrl}}