Hi guys!
We're trying to upload images from our android app to the Aware IM server using the exposed REST service.
We've tried sending the image in base64 format but get the following error when the image is anything more than a couple of KB. "sendto failed: EPIPE (Broken pipe)". The Idea was to send the image as base64 and then just decode it again on the Aware IM Application side...
Is there another way to approach this? Is it possible to specify the content type in the request?
Any help or examples would be appreciated. I'm not sure what exactly the capabilities are of Aware IM regarding rest webservices, since it is not well documented.
Thanks
Werner