Hi All
I have an app that collects signatures and stores them in an SQLLite database as a BLOD datatype.
When the app has a data connection I want to send the BLOB data to a webservice using Http.
I tried converting it using BytesToString but keep getting 'potentially dangerous request' errors back from the service. I am guessing the generated string contains markup which is causing the rejection.
What is the best way to send BLOB / Byte data to a webservice using HTTPUtils?
Thanks
I have an app that collects signatures and stores them in an SQLLite database as a BLOD datatype.
When the app has a data connection I want to send the BLOB data to a webservice using Http.
I tried converting it using BytesToString but keep getting 'potentially dangerous request' errors back from the service. I am guessing the generated string contains markup which is causing the rejection.
What is the best way to send BLOB / Byte data to a webservice using HTTPUtils?
Thanks