Re: Implementing download progress

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Apr 5, 2015, at 9:36 PM, Jeffry Killen wrote:

Hi again:

I have successfully implemented a class that uses the
code examples and suggestions from the good folks
on this list.


(etc....)

////// etc////
// looking at the manual ob_clean() won't work unless ob_start() is called. This should be ob_flush()
             ob_clean();
             flush();
             readFile($_file);
             $_out['success'] = true;
             return $_out;
            }
    }


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux