![Picture of Manuel Lemos Picture of Manuel Lemos](/picture/user/1.jpg)
Manuel Lemos - 2007-01-02 18:28:28 -
In reply to message 8 from Manuel Lemos
I don't know if you have already solved your problem, but I recalled that most browsers do not open more than two connections to the same domain.
In my server Apache configuration I have Keep Alive off. If you do not have KeepAlive off, the server keeps the connections until keep alive timeout expires.
I am not sure but this may be tying the browser two connection limit, and so delay the AJAX connection that would return the upload progress feedback.
You may want to disable KeepAlive in your Apache configuration to see if that is the problem.