Send JSON Post
Your form application can easily send all your user data as JSON (JavaScript Object Notation) over HTTP.
Each form sent back to your web site is a standard HTML form post using a single parameter of 'json'. If you are sending photos with the form, each photo is transformed to BASE64.
You specify each JSON key under the Web Services section of each control type.