Dear friends,
I'm developing an iPhone application and I set up a message page from where any user can send out this series of parameters:
lat: latitude from the GPS (if present)
lng: longitude from the GPS (if present)
message: text which is written in the message
photo: the binary image that the user has selected
device_id: udid of device
compass: compass direction of device (if present)
application_name: Name of application sending the message post
All those data need a "landing page" on my website that should handle them and relay either to my own mailbox or save them to a FormTools db.
My problem is: how can I set up FormTools so that I can grab those data? Every online form script I tried expects to get data from an online form on a HTML page, not a series of parameters coming from an external device...
Any help would be greatly appreciated!
I'm developing an iPhone application and I set up a message page from where any user can send out this series of parameters:
lat: latitude from the GPS (if present)
lng: longitude from the GPS (if present)
message: text which is written in the message
photo: the binary image that the user has selected
device_id: udid of device
compass: compass direction of device (if present)
application_name: Name of application sending the message post
All those data need a "landing page" on my website that should handle them and relay either to my own mailbox or save them to a FormTools db.
My problem is: how can I set up FormTools so that I can grab those data? Every online form script I tried expects to get data from an online form on a HTML page, not a series of parameters coming from an external device...
Any help would be greatly appreciated!