Hey guys.
I have a page that uploads up to 8 images at once. On the next page I have a processing animated gif that I would like to show while the images are being processed (resized, renamed, uploaded, etc..).
I have tried using flush() and ob_flush(), but only the top of the page will display.
In other words I click ok and the page freezes for a few seconds, then it goes to the next page where the work is being done and the animated gif is and only the header of the page shows, like where you see PHP Builder header on this page..the rest of the page doesn't display untill all the work is done.
I have flush() and ob_flush() all thru my page like 10-15 times..at the very top, at the bottom, in the middle etc...
Any ideas here?
Thanks!