Can anybody suggest how I can upload video file while recording.
As I am recording video using AVFoundation
this will save video to some file eg. record.mov .
Now my query is how I can upload this video while recording, as I want to save user time as soon as user record his/her video should be uploaded.
Right now I am trying with HTTP, File stream to upload video.