Upload progress

what is the best method for adding upload progress functionality

there are the fcgi and mongrel plugins…

but is there an HTTP Server agnostic way of doing upload progress stats

cheers

dion

Dion H. wrote:

what is the best method for adding upload progress functionality

there are the fcgi and mongrel plugins…

but is there an HTTP Server agnostic way of doing upload progress stats

Not that I’m aware of. I know lighttpd has had issues with this in
various versions. AFAIK, the safest bet at the moment is to follow
what’s happening in the mongrel department on this, since that would
create a “web-server-agnostic” way of doing things.

fcgi is hopelessly broken - an abandoned child, if you will. I don’t
know if there will be any further development along that path, so I
wouldn’t bet the farm on it.

Regards,
Henning K.