Michael Keck a écrit :
Hi,
in jQuery UI there's a widget progressbar ;) Docu: http://docs.jquery.com/UI/Progressbar
Please notice to avoid problems on update progressbar please use follow code (that problem I've with my uploader): $('#your_element .ui-progressbar-value').css({ 'width' : your_progress_var + '%' }); instead of $('#your_element').progressbar( "value" , you_progress ).
Explained: $('your_element').progressbar( "value" , you_progress ) takes to long time and hangs up after to much calls.
I'm writing on an uploader now ... the first test can be seen here: http://michaelkeck.de/projects/jquery/#demo-uploader
Michael
Thanks Michael about the jQuery UI progress bar. Please note however that the phpMyAdmin implementation should not depend on Flash to obtain the values. We currently use the PHP extensions APC or uploadprogress.