HI,
does anybody know if there’s any option to show a real progress bar in my web site, when uploading a video to youtube using their API? I believe that in order to do so , I would need to have the option to make ajax calls during the upload to get the state of the upload. am I right? and if I am, do you know if that’s possible and how? I”m building a website using Asp.Net with C# .
HI, does anybody know if there’s any option to show a real progress bar
Share
I don’t know anything about the YouTube API, but you don’t necessarily need it, if you can count the bytes that you’re sending.
The exact implementation of that depends largely on what environment you are using (which is missing from the question). Is this a desktop application or a web site, and if so, which language is it written in?