Hello, I have been using APC to create upload bars for quite some time. Recently though, it appears that the upload bar would not work occasionally. I looked into it more and for some files (it will happen everytime for file A, but never for B,C,D...) the file does not get put into the APC cache. Therefore when I'm using AJAX my responses are always blank from
$status = apc_fetch('upload_'.$_GET['progress_key']);
Any ideas?