我正在使用 ASIHTTP 方法上传我的视频信息。我使用代码在网络数据中获取了我的视频信息
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info {
NSLog(@"image picker did finish");
NSURL *videopath = [info objectForKey:UIImagePickerControllerMediaURL];
NSData *webData = [NSData dataWithContentsOfURL:videopath];
[webData release];}
从这个网络数据中,我如何使用'setdata'@"" for key@"" 发布它;任何人都可以帮助我吗?