nervgh/angular-file-upload

Idle timeout for file upload when connected to ELB

Opened this issue · 0 comments

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.