we have a situation that we don’t entirely understand. In our app, the user selects images, which are saved to disc and mapped to their pictures folder. Then when the user is ready to upload the selected images, we use ByteArrayOutputStream to turn them each into a byte array, which is then turned into a string of Hex characters. So