Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7080855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:50:48+00:00 2026-05-28T06:50:48+00:00

Currently I have a view with an ImageViewer and 2 buttons (Browse & Upload).

  • 0

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://iosdevelopertips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html

http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/

Adding images to iPhone Simulator

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T06:50:48+00:00Added an answer on May 28, 2026 at 6:50 am

    You will have to use UIImagePickerController class
    Here is the class reference for UIImagePickerController

    Initialize the picker controller in your button event handler method.
    Then set the UIImagePickerControllerDelegate to your current viewController
    Here is the class reference for UIImagePickerControllerDelegate

    picker.delegate = self;
    

    Set the UIImagePickerControllerSourceType of picker to UIImagePickerControllerSourceTypePhotoLibrary

    picker.UIImagePickerControllerSourceType = UIImagePickerControllerSourceTypePhotoLibrary

    Then present the pickerViewController (if your target device is an iPad, present the imagePickerView in a popOver control)
    Once user selects an image picker controller will automatically call its delegate method

    - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
    

    You can get the selected image by accessing the value for UIImagePickerControllerOriginalImage from the NSDictionary *info

    Then you can use the image for uploading to server as mentioned in the post link

    These are some tutorials for UIImagePickerController
    Tutorial one
    Tutorial two
    Tutorial three

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a vew, received by: (ImageView) findViewById(R.id.photo) That view currently has a bitmap
We currently have a View that queries active directory info. I was wondering if
I currently have a list view which has several rows of data and I
I currently have a product view page that contains an MVCContrib HTML Grid with
Currently I have a ListView (using the Details View). I would like to implement
I have created an Eclipse plugin which creates a view in Eclipse. Currently it
Currently on a view I have a ImageView and A custom class that draws
I currently have a simple list view adapter that holds two rows of text.
I have currently have the same code from the android list view tutorial. I
I currently have a view, manage, that lists data items. Instead of running edit

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.