开发者

Is it possible uploading videos to youtube using jquery?

开发者 https://www.devze.com 2023-03-01 06:12 出处:网络
I am new to jquery and asp.net,c# mvc technology. I am building a site in which I have to upload videos to the you tube. Can any one help me in giving a sample code for uploading the video from client

I am new to jquery and asp.net,c# mvc technology. I am building a site in which I have to upload videos to the you tube. Can any one help me in giving a sample code for uploading the video from client browser using jquery or asp.net.

Thanks in advan开发者_如何学运维ce.


You need a POST request to http://uploads.gdata.youtube.com/feeds/api/users/<youtube_username>/uploads. You also need to provide an authenticity token.

Check out the Youtube API for further information. If you are not sure how to send the request via jQuery also take a look at the jQuery documentation.

0

精彩评论

暂无评论...
验证码 换一张
取 消