Ignore my last post... I have found the solution.
To ensure you don't get read timeouts on file uploads, you must set attribute disableUploadTimeout to false.
This seems kind of back to front, but if disableUploadTimeout is true, it will not give uploads a longer timeout, thus causing read...
I have also got similar problems to this... did you manage to find a solution?
I found that adding a call to FormFile.destroy() after the file uploaded helped a little... now if there is only one upload at a time the thing seems to work. However, if two people upload at the same time, only the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.