steve wrote:
We can get upload progress to work with the APC extension for PHP
5.2.x only on machines that are not using FastCGI. (Apache2.2 if it
matters).

 Does anyone have a suggestion where to look?

 Will it even be possible?

 Thanks in advance,
 -s


I built a work around. It requires you to run a PHP daemon. It handles the uploads and passes the information off how ever you want. To a DB, to the filesystem. Your choice. From that information, you can create a progress meter.

I haven't fleshed out all the bugs, but it seems to work like I want it too at least.

Jim Lucas

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

Reply via email to