Is it possible uploading videos to youtube using jquery? -


i new jquery , asp.net,c# mvc technology. building site in have upload videos tube. can 1 me in giving sample code uploading video client browser using jquery or asp.net.

thanks in advance.

you need post request http://uploads.gdata.youtube.com/feeds/api/users/<youtube_username>/uploads. need provide authenticity token.

check out youtube api further information. if not sure how send request via jquery take @ jquery documentation.


Comments