
Ivo Fokkema - 2012-04-10 14:02:33
Hi,
I could only get the samples to work by adding manually a flush() call after each notify() call. You might want to add that in the code directly, so your users won't need to think about it. Without the flush() call, the page was loading for several seconds, and then suddenly showed the completed progress bar.
FF 11.0 on Ubuntu 10.10 using Apache 2.2.16 with PHP 5.3.3.
Ivo