On 18 Mar 2011, at 07:30, Shashank wrote: > Hi, > I am trying to do something new here. I want a feature something like > ds: > A user been able to upload a vedio from his local pc, and then he can > go over the site to play and watch it. I have no idea how to do ds. > But i need to get it done asap.
i suggest using youtube or vimeo to host the video and then just embedding their code in your site. uploading video can be a big task as you'll need to keep a socket open for long enough to move the file and also will need to ensure you've got it in a suitable compact enough compression format to play back. why not let youtube cope with this for you? mikek > > > Any helps will be greatly appreciated!!! > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php > -- Mike Karthäuser Managing Director - Brightstorm Ltd Email: [email protected] Web: http://www.brightstorm.co.uk Tel: 07939 252144 Address: 1 Brewery Court, North Street, Bristol, BS3 1JS -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
