Hi
Now we are encountering another issue while uploading big (>3MB) files. Please see below the screenshot of the error window.
Please note that we don’t have any issue with uploading small files. We have around 100 GB of free space in our file server and sufficient permission is there to upload files.
Please note that following configurations are already done
• In cute editor configuration, the maximum file size that can be uploaded to the site is configured as 20 MB.
• in metabase.xml , AspMaxRequestEntityAllowed = "204800000" (2GB)
• in web.config file
<httpRuntime
executionTimeout="1200"
maxRequestLength="204800"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100" />
----Error Screenshot
Please help us to resolve this issue.
Thanks
Abu