Hi,
I'm writing an app that allows the user to select multiple images from the Photo Library and I store the URL for each of these in an array so that the user can go back to them later. However, I resize the image to make it fit the space on the screen and to do this I need to read the byte data from the image file. If I try to access the file using the stored URL it fails to find the file. Can anyone suggest a method to access the files in the photo library?
SteveR