I'm running server 2008 R2 and IIS7.5 on a Dedicated Server. I'm trying to upload very large files through a web form.
Files of 2GB or under upload fine. You can open the upload directory and see the file being uploaded.
But anything over 2GB fails. It will start the upload process, but after around 600mb it will just freeze, and the file can't be seen in the upload directory at all, it's as if it's being uploaded to memory.
Is there a setting I'm missing? My maxAllowedContentLength is set to 4GB.
Stoink
0 Points
9 Posts
Files over 2GB being uploaded to memory.. not a maxAllowedContentLength issue!
Apr 18, 2012 10:11 AM|LINK
Hi,
I'm running server 2008 R2 and IIS7.5 on a Dedicated Server. I'm trying to upload very large files through a web form.
Files of 2GB or under upload fine. You can open the upload directory and see the file being uploaded.
But anything over 2GB fails. It will start the upload process, but after around 600mb it will just freeze, and the file can't be seen in the upload directory at all, it's as if it's being uploaded to memory.
Is there a setting I'm missing? My maxAllowedContentLength is set to 4GB.
Thanks