save videos in iphone simulator & upload it to the web services
I just want to know that how I can save the videos to the iphone simulator & how I can upload it to the web services? Thanks. vpc=[[UIImagePickerController alloc] init]; vpc.delegate=self; vpc.sourceType = UIImagePickerControllerSourceTypePhotoLibrary; vpc.mediaTypes = [UIImagePickerController availableMediaTypesForSourceType:vpc.sourceType]; vpc.allowsEditing = NO; vpc.mediaTypes = [NSArray arrayWithObject:(NSString *)kUTTypeMovie]; [self presentModalViewController:vpc animated:YES]; i am doing this it gives an error, kuTType undeclared before it used, i dont know about the kuTTypeMovies,