Marc Delisle a écrit :
Tomas Srnka a écrit :
Hi,
I have working scripts for upload progress bar, which supports APC and uploadprogress extensions. However, it is possible to obtain information about upload only when PHP is running as module for apache. I did not find solution for lighttpd (lighttpd 1.5 will support APC) or IIS (APC is unstable with combination of PHP+IIS). Therefore, the feature will be available to very limited group of people.
I think, it would be nice to provide the progress bar, when it is possible. Otherwise, it would display something like "Upload in progress, no further information available". What do you think about it?
Working copy of my scripts can be downloaded from http://dev.srnka.info/TEMP/file-upload.zip .
Hello Tomas, I get this message (full paths removed):
Fatal error: Cannot redeclare getuploadstatus() (previously declared in .../file-upload/upload_apc.php:11) in .../file-upload/upload_uploadprogress.php on line 50
Marc