如何以编程方式选择视频文件并上传到 iPhone 中的服务器
我想选择 iPhone 中的一个视频文件并将其上传到服务器。
由于 UIImagePicker 用于选择照片库或其他模式中可用的图片,是否有任何选项可以以编程方式选择 iPhone 中的文件?
I want to select an video file located in my iPhone and have to upload it to the server.
As UIImagePicker is used to select pictures available in our photo library or some other mode, is any option to select a file located in our iPhone programmatically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用资产库。请参阅此问题:使用 AssetsLibrary 框架 iPhone 访问库中的视频?
在搜索时,我发现 这种方法 使用图像选择器控制器访问视频。
Use Assets library. Refer this question: Accessing Videos in library using AssetsLibrary framework iPhone?
And on searching, I found this method to access videos using image picker controller.
首先添加
MediaPlayer
框架...然后从 mobile9.com 下载 mp4 类型的视频
,然后使用如下代码
尝试此代码...它正在工作..
First Add the
MediaPlayer
Framework...Then download video of type mp4 from mobile9.com
then use the code as follows
try this code .....it's working..