I have several Iframes on a page and each has a slick upload control. This is not your most recent version -- I think the last one.
I can load each one of these with a file and then successively click upload -- this forms a sort of a queue. If the files are very small, it works well; one finishes loading and the next takes off. However, if any one of the files takes longer than about a minute to upload, the others time out.
I have set the IIS Connection time to some huge number of seconds and keep-alives are enabled. Web.config is set up as well:
<httpRuntime
maxRequestLength ="2097151"
executionTimeout ="900000"
/>
It does not seem to make any difference HOW large I make the executionTimeout or the Connection time.
Could you tell me what the problem is?
Does SlickUpload, itself have some kind of timeout?
Thanks!