Currently I have a view with an ImageViewer and 2 buttons (Browse & Upload). I'm currently searching for methods to display the iPhone photo album once the button is pressed.
I've looked at this example here but I assume this one is the method you call when you want to upload the photo into the server.
Objective C: How to upload image and text using HTTP POST?
I'd like to duplicate the functionality of a web upload form. 1. Click button to browse folders. 2. Choose photo and display in a container. 3. Click Upload to upload photo into the server.
**Update: Found some nice tutorials that helped me start with my iPhone app photo upload form.
Using UIImagePickerController
http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/