我正在创建一个需要可恢复视频上传的应用。我打算将视频上传到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中发送此请求。请详细解答并原谅我缺乏知识。