I am uploading an image via my own REST Api using the ImageInput component in a Mobile retool App. This works fine when testing in the Retool IDE but as soon as I try it on the mobile device (iOS 18 and retool App 3.119.0 build 1845) if fails.
So far what I can tell is that the file the server is receiving when I run the App through the retool IDE is correct and the image file received when running under the iOS App is incorrect. i.e. the binary data is somehow mangled when sending via the mobile retool App under iOS.