tags:

views:

15

answers:

0

Good morning peoples.

I have been scratching my head for 2 days trying to get mod_uploadprogress to work on lighttpd 1.5.0.

I have now successfully got the script to query the /progress url on the site but the trouble is that the json returned it allways {'state':'starting'}.

I have used the demo pages form the lighttpd site (incase my code was flawed) and that does the same thing.

It does report the filename correctly but nothing else is correct.

I'm using spawn-fcgi in a php environment and a fresh install of lighttpd on CentOS 5.4

Has anyone else had this kind of problem or knows a way to fix it?

Thanks in advance

Alex