ajax - Uploading video to youtube through the API, and show progress bar -


Hello, does anyone know whether to show a real progress bar in my web site when uploading a video to YouTube Is there any alternative to using your API? I believe that in order to do this, I will need to get an option to call AJAX during upload to get the status of upload. Am i right And if I am, do you know that this is possible and how? I am building a website using C # with ASP.Net.

I do not know anything about this YouTube API, but you do not necessarily need it, if you Count the bytes you are sending.

Its implementation is dependent on the main basis of the environment you are using (which is the question). Is this a desktop application or web site, and if so, in which language is written?


Comments