Large file uploads and Request Throttle Memory.
I have some questions regarding large file uploads and memory usage. Maybe sombody has some more info on this.
I am working with CF 2021 and IIS 10.
I just finished troubleshooting a problem with large file uploads in a multipart form post. Anything larger then 200mb was failing with an internal server error. It turns out that setting max post size is not enough, I also have to set the request throttle memory setting to a value larger then the max file size I want to upload.
This is really probematic because it actually seems to load the file into memory as it uploads, and it takes up the memory for the entire duration of the upload. Is this really the way uploads have to work in CF? It seems really stupid. Is there any other way I can allow large file uploads without having to potentialy tie up so much memory?
