kylejginavan / youtube_it

An object-oriented Ruby wrapper for the YouTube GData API
http://groups.google.com/group/ruby-youtube-library
595 stars 223 forks source link

Its possible add progress bar? #92

Closed hyperrjas closed 12 years ago

hyperrjas commented 12 years ago

Hello I have this progress bar:

http://jsfiddle.net/xXM2z/68/

Its possbile add a progress bar for upload the video to youtube?

Thank you very much!

chebyte commented 12 years ago

hey there I can't think of a good solution for browser-based uploads, since that involves your user's web browser making a direct HTTP POST to youtube servers

you can see here more

https://groups.google.com/group/youtube-api-gdata/browse_thread/thread/ae766afe009e11cf/983c6b95475b14b3?pli=1

hyperrjas commented 12 years ago

Thank you very much. I will add an loading.gif icon while the video is uploaded :D.

Thank you very much!