Khuda Bhi HD Video Song - Ek Paheli Leela [2015] Sunny Leone - Mohit Chauhan - Video Dailymotion

  • 9 years ago
$url = $api->uploadFile('/path/to/your/video.mp4');
$api->post(
'/videos',
array(
'url' => $url,
'title' => 'Dailymotion PHP SDK upload test',
'tags' => 'dailymotion,api,sdk,test',
'channel' => 'videogames',
'published' => true,
)
);