I have an app that can take pictures and the goal is to upload them to our .net server.
The developer maintaining the server has asked me to send each image as a byte array.
Is that something I can do with iOS and if so, how? Do I need to engage him with more questions about sending a byte array or is there a simpler method? I've made updates with the same developer's web services before but never sending an image (just text or json).
I showed him this thread and he is oblivious.