apache-upload-progress-module icon indicating copy to clipboard operation
apache-upload-progress-module copied to clipboard

Small uploads stuck at 'starting'

Open dougjohnston opened this issue 14 years ago • 1 comments

First of all, great module. Does exactly what I want!

I compiled the module from the master branch. I've got it set up in Rails using the jquery.uploadProgress.js script and after a fair amount of tinkering, I finally got it working. It now works perfectly in development. Here's my dev setup:

OSX 10.6 Apache 2.2.15 Passenger 3.0.2

In production, however, something's not right. When I upload a large file (15+ MB), it works perfectly - the 'uploading' status returns immediately. When I upload smaller files (~5MB), it never gets past 'starting'. As the upload finishes, I sometimes see one result showing 'uploading' or 'done'. My production setup is:

Ubuntu 9.04 Apache 2.2.11 Passenger 3.0.2

Any ideas why this might be happening?

Thanks again for a great module!

dougjohnston avatar Feb 25 '11 01:02 dougjohnston

Please recheck with current master. I just merged in some changes that might have resolved your problem.

Please also note the other issues (#6, #19) standing with mod_passenger.

BenBE avatar Jul 16 '11 00:07 BenBE