Alvin
Alvin

Reputation: 8499

Using Youtube Data API v3 with ASP.net MVC

How can I upload using ASP.net MVC 4 async:

https://developers.google.com/youtube/v3/code_samples/dotnet#upload_a_video

It seems like lacking of MVC example.

Upvotes: 0

Views: 1282

Answers (1)

Brijesh
Brijesh

Reputation: 352

You can use ASYNC file upload using mvc web api and upload the files.

Please see below link for help:

http://blogs.msdn.com/b/henrikn/archive/2012/03/01/file-upload-and-asp-net-web-api.aspx

Upvotes: 1

Related Questions