Hi,
Is it possible to post image data directly to an external API without saving in a CIT database first?
I have an app with two screens, the first is a capture screen with a button that opens the Image Picker Control - the "Image Picked" event saves the picked image to a session variable.
The second screen is a review/submit screen with an Image View that successfully displays the captured image and a button that makes a call to an external custom API endpoint.
The problem is that the image that is saved into the session appears to be only the filename or reference.
Does CIT allow the binary image data to be retrieved and sent to an external API?
Thanks,
Tim