tags:

views:

283

answers:

2

i hae my site and i want to upload video on you tube without login it is possibe.if yes how can do this

+1  A: 

It is not possible to upload Video to YouTube without logging in.

That said, I wouldn't be surprised if even automated uploading with a login would be forbidden by YouTube's Terms and Conditions.

Pekka
+1  A: 

Create an account and use its credentials all the time, for all users of your site. You simply can't upload a video without a user account 'responsible' for it. @Pekka: ask for forgiveness, not for permission? ;) Google at least has a youtube API (with uploading capabilities and PHP examples) right here: http://code.google.com/apis/youtube/2.0/developers_guide_php.html#Uploading_Videos

Henri