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 946297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:53:32+00:00 2026-05-15T22:53:32+00:00

I want to upload a video from iPhone to a server somewhere. I have

  • 0

I want to upload a video from iPhone to a server somewhere.

I have found this useful question here for uploading a video on the server from iPhone.

The only problem here is picking the video. The code is using uiimagepickercontroller to pick up the video and I have a 3g phone which has not video in its photos app. I can’t even put a video in it . I have a video only in iTunesU . Currently I am using following snippet for uiimagepickercontroller .

if ([UIImagePickerController isSourceTypeAvailable:
         UIImagePickerControllerSourceTypeSavedPhotosAlbum]) {
        UIImagePickerController *picker =
        [[UIImagePickerController alloc] init];
        picker.delegate = self;
        picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
        [self presentModalViewController:picker animated:YES];
        [picker release];
    }
    else {
        UIAlertView *alert = [[UIAlertView alloc]
                              initWithTitle:@"Error accessing photo library"
                              message:@"Device does not support a photo library"
                              delegate:nil
                              cancelButtonTitle:@"Drat!"
                              otherButtonTitles:nil];
        [alert show];
        [alert release];
    }

So I have to ask that is it necessary to pick a video from uiimagepickercontroller and if so how can I do so with my iPhone 3G .

Please tell me if the question is not readable.

Thanks .

  • 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-15T22:53:33+00:00Added an answer on May 15, 2026 at 10:53 pm

    There is no video support for 3G that I am aware of.

    In order to make it work (you could simulate it) you need to pass a mediaType of ‘kutTypeMedia’, which errors as not available on your device.

    ‘If’ you want to test, you can copy a video from the bundle, into your Camera Roll and test on the simulator.

    Something like this to copy the video from the bundle to your camera roll:

    Copy a video file from your bundle and save it to the album as below!

    “Bundle Path :
    (Where APPLCIATIONGUID and user are dynamic and depend on the logged on user and the applicationGUID)

    ‘/Users/user/Library/Application Support/iPhone Simulator/4.0/Applications/APPLICATIONGUID/Documents’

    Where APPLICATIONGUID is the GUID associated with your particular project. You can confirm that you are in the right folder by looking for the appropraite .app file.

    Note:// I don’t believe that this will work with a MOV but have tried nothing but a .m4v.

    NSString  *filePath = [NSHomeDirectory() stringByAppendingPathComponent:[NSString stringWithFormat:@"Documents/VID_0001.m4v"]];
    
    NSString  *videoFilepath = [[NSBundle mainBundle] pathForResource:@"VID"  ofType:@"m4v"];
    NSLog(@"Filepath is: %@", videoFilepath);
    
    //test video can save to the photos album first - code missing
    
    UISaveVideoAtPathToSavedPhotosAlbum(filePath, self, @selector(video:didFinishSavingWithError:contextInfo:), nil);*
    

    Once this has been done – videos are available in your photo album for selecting should you be setting up your UIImagePickerController with the correct media type.

    This is the only option I see that you have to work with Video without a 3GS.

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

Sidebar

Related Questions

I want to upload and store video files to my server using PHP. Could
I want to upload a list of users from my work's LDAP server to
I have a scenario where users can upload an image, OR a video (from
I want to upload video from my app to the youtube. I am using
I want to show progress bar while uploading a video from my app to
I am trying to upload media files to server from phone. I have uploaded
I want to upload video to Youtube from my ASP.NET application. It should return
I want a user to be able to upload a video from their computer
i want to upload the sound file (.ogg) in server. But it should write
I want to upload picture from my_form in jQuery, I tried submit() function it

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.