I have a UIImagePicker selection, and on the selection of an image it returns an info dictionary with the following entries:
UIImagePickerControllerMediaType = "public.image"
UIImagePickerControllerOriginalImage = "<UIImage:0x3333333>"
UIImagePickerControllerReferenceURL = "assets-library://asset/asset.JPG?id=1000000001&ext=JPG"
How can I access the BLOB contents of the selected image file?
Can’t you do this?
Alternatively
and then access the
bytes.