tags:

views:

86

answers:

3

Hello All,

I want to upload a video to webserver. I can upload the video but the problem is how should i pick a video. Means I know there is a default UIImagePickerController that i can use to pick image, is there any thing similar to pick movies in iPhone?

Hope you are getting my problem.

Thanks

A: 

Assets library is another option that you can fetch all photos and videos programaticaly but in that you case you have to make your own pickerviewcontroller .

hib
+1  A: 

Check out this SO entry. It has a similar discussion.

DenTheMan