Is it possible uploading videos to youtube using jquery?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 19:12:33

问题


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 advance.


回答1:


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.



来源:https://stackoverflow.com/questions/5828191/is-it-possible-uploading-videos-to-youtube-using-jquery

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!