Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Jamie JacksonJamie JacksonPriority
CriticalLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Jamie Jackson
Jamie JacksonPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 28 September 2015 at 19:28
Updated 26 July 2024 at 10:47
Resolved 26 July 2024 at 10:47
Uploading files larger than approximately 55 MB crashes my server.
Although I can reproduce the issue fairy easily on my test server, I haven't found a 100% reliable test case.
I'm trying to test the following theory: Uploading a file that takes roughly the same amount of time to upload as a request timeout causes the problem.
In other words: My request timeout is set to 80s, and it takes ~80s to upload 55 MB worth of a file. Therefore, I theorize that a 55 MB file can trigger the problem.
Wild theory: Maybe if the request times out while copying the file from the temp folder to the destination, then it triggers an instability.