Page 1 of 1

APC upload progress not working!

Posted: Thu Jan 01, 2009 6:19 pm
by ilnli
Hi,

I'm trying to moniter file uploading progress using this script but it doesn't show any progress while the file is uploading and shows stats when the upload finshes at the end, following is my php_info for apc also I've disabled apache mod_security and suexec modules:

Code: Select all

 
apc
APC Support     enabled
Version     3.0.19
MMAP Support    Enabled
MMAP File Mask  /tmp/apc.FfWWFw
Locking type    pthread mutex Locks
Revision    $Revision: 3.154.2.5 $
Build Date  Dec 31 2008 23:37:43
 
Directive   Local Value Master Value
apc.cache_by_default    On  On
apc.coredump_unmap  Off Off
apc.enable_cli  Off Off
apc.enabled On  On
apc.file_update_protection  2   2
apc.filters no value    no value
apc.gc_ttl  3600    3600
apc.include_once_override   On  On
apc.max_file_size   1M  1M
apc.mmap_file_mask  /tmp/apc.FfWWFw /tmp/apc.FfWWFw
apc.num_files_hint  1000    1000
apc.report_autofilter   Off Off
apc.rfc1867 On  On
apc.rfc1867_freq    0   0
apc.rfc1867_name    APC_UPLOAD_PROGRESS APC_UPLOAD_PROGRESS
apc.rfc1867_prefix  upload_ upload_
apc.shm_segments    1   1
apc.shm_size    48  48
apc.slam_defense    0   0
apc.stat    On  On
apc.stat_ctime  Off Off
apc.ttl 0   0
apc.user_entries_hint   4096    4096
apc.user_ttl    0   0
apc.write_lock  On  On
 
 
Can any one please help?

Thanks in advance.
Imran