Hi.
I am trying to send an image from Forms to iOS with dependency service to upload with the parse (parse.com) component.
How can I send this? (From Forms to iOS) I need to find a common "format". I am assuming that the "image" in forms is a format that I only can use in Forms like UIImage in iOS.
Can I extract the "raw" image from one container an put it in another? Should I convert the image to at stream and send it to iOS?
Do I need some basic understanding of handling file data?
Could be nice to get some clarity on this