我正在创建一个需要可恢复视频上传的应用程序。我打算将视频上传到 pandastream。
我已经去了http://www.pandastream.com/docs/upload_api
我从创建上传会话开始。
->
POST /videos/upload.json
Host: api.pandastream.com
--
file_size : integer
file_name : string
<-
Status Code 201
"id" : integer
"location" : location to upload the video
如何在 Objective-C 中发送此请求。请给出详细的答案,并原谅我缺乏知识。