How to select a video file and upload to server in iPhone programmatically

后端 未结 3 1490
天涯浪人
天涯浪人 2021-02-11 03:49

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 so

3条回答
  •  萌比男神i
    2021-02-11 04:45

    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.

提交回复
热议问题