nervgh / angular-file-upload

[ALMOST NOT MAINTAINED] Angular File Upload is a module for the AngularJS framework
MIT License
3.44k stars 1.13k forks source link

Idle timeout for file upload when connected to ELB #849

Open WRossStreet opened 5 years ago

WRossStreet commented 5 years ago

Hello,

I am having an issue where during large uploads I get a 504 Gateway Timeout from my elastic load balancer in AWS. The ELB is configured to have a 10 second idle timeout and I need to keep this setting for other parts of the application.

Is there some configuration to set angular-file-upload to either chunk the upload, or not have it register as idle/pending while doing the upload? I've read through the other threads on chunking, and sounds like the library does not support it currently?

Thanks in advance.