PHP upload progress

PHP upload progress

Posted by: n3ldan
Posted on: 2008-07-22 11:49:00

Okay, I got custom php5, got apc for it. Everything works in that regards.

I tried Rasmus' upload progress script (http://progphp.com/progress.phps). It always returns false instead of returning progress.

$status = apc_fetch('upload_'.$_GET['progress_key']);

That's the relevant line. This code works on other servers, anybody know what's up?

Re: PHP upload progress

Posted by: sXi
Posted on: 2008-07-23 21:25:00

Did you implement the (undocumented) hook?

Add apc.rfc1867 = 1 to your php.ini


Tags: php5apcservers