如何使用pandastream的可恢复上传功能

时间:2014-03-21 10:11:12

标签: ios objective-c pandastream

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

0 个答案:

没有答案