-
Notifications
You must be signed in to change notification settings - Fork 25
Description
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!