Hi to all,
sorry for my bad english… 
i would like to pick one video from library (ios or/and android) and upload it via ftp.
it is possible? any idea for pick video, compress and send?
in xcode i use UIImagePickerController:
- (IBAction)pushPick {
UIImagePickerController \*imagePicker = [[UIImagePickerController alloc] init];
imagePicker.delegate = self;
imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
/\* MOSTRO SOLO I VIDEO \*/
imagePicker.mediaTypes = [NSArray arrayWithObjects: (NSString \*) kUTTypeMovie, nil];
imagePicker.allowsEditing = NO;
[self presentModalViewController:imagePicker animated:YES];
[imagePicker release];
}
Tnx in Advanced,
Fabrizio Radica [import]uid: 4168 topic_id: 19965 reply_id: 319965[/import]