I am looking for an experienced iphone developer to create a simple iphone app that will allow a user to:
– Take a picture using the built in camera
– Select a picture from the Photo Albums
– Tag photo with descriptive words
This should be done using the UIImagePickerController and uploaded, using POST to a php script on a remote webserver that will store the image. The PHP script will return a true or false, depending on whether the image upload was sucessful or not, and the iphone …
