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?