Curl |
[eluser]Unknown[/eluser]
hello i want to get video from URL and save it in folder this is the sample of URL url="http://vod.cms.download.performgroup.com/omnisport/ready/french/162/fr-050612-ireland_1338883384151_162.m4v" how i can do that please if anyone can help me thanks for all
[eluser]Cristian Gilè[/eluser]
Add the following method to your controller (or library or helper): Code: function get_video_from_url($link) call the new method and save the file locally: Code: $video = $this->get_video_from_url("http://vod.cms.download.performgroup.com/omnisport/ready/french/162/fr-050612-ireland_1338883384151_162.m4v");
[eluser]Sanjay Sarvaiya[/eluser]
Code: copy ( $source , $dest);
[eluser]Unknown[/eluser]
thanks all i try Cristian Gilè code and it's work ![]() |
Welcome Guest, Not a member yet? Register Sign In |