by David Phillip Oster <oster@[EMAIL PROTECTED]
>
Mar 31, 2008 at 12:44 AM
In article
<d20ab4b3-4c21-4fcb-b828-e91c4493685f@[EMAIL PROTECTED]
>,
karthikeya.vh@[EMAIL PROTECTED]
wrote:
> I am doing project in cocoa...i am new to cocoa..I want to send the
> video files to other computer..and also receive the files from other
> computers...Nw i hav created a video handler class.it captures the
> video.then it stored in the specifed path.How to send that video
> files........? plz tell me..i am waiting for ur reply
>
>
> With regards
> Karthik
There are many ways to do this. The best way depends on exactly what you
are trying to do.
Consider looking at the YouTube source code examples in The Google Data
APIs Objective-C Client Library.
http://code.google.com/p/gdata-objectivec-client/
They show how to send and receive video files using the YouTube web site.