How to use resumable upload feature of pandastream

145 Views Asked by At

I am creating an app which requires resumable video upload. I intend to upload videos to pandastream.

I already went to http://www.pandastream.com/docs/upload_api

I started from creating upload session.

    ->
    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 

How do I send this request in objective-C. Please give a detailed answer and forgive my lack of knowledge.

0

There are 0 best solutions below