Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
There seems to be a problem in the Umbraco 4.9.0 Media Library.
I'm trying to upload a 61 Mb Flash movie, but I'm getting an IIS 7.5 error:
"The request filtering module is configured to deny a request that exceeds the request content length."
I raised the maxRequestLength attribute in the web.config file to 80000, but I keep getting the same error-message
Anyone else experienced the same problem?
thanks for your help,Anthony
Hi Anthony
Did you also set the allowed requestFilter length?
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="80000000" />
</requestFiltering>
</security>
</system.webServer>
Hi Carsten,
no, I also need to set this in the web.config file?
Thanks for your help,
Anthony
Yes, it is in the web.config. Just put in the security section in system.webServer
Don't know why IIS needs the max size configured in two places, one should be enough.
/Carsten
thanks, now it's working, I also had to increase the maxRequestLength attribute to '80000000'
greetings,
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
problem uploading 61 Mb movie
There seems to be a problem in the Umbraco 4.9.0 Media Library.
I'm trying to upload a 61 Mb Flash movie, but I'm getting an IIS 7.5 error:
I raised the maxRequestLength attribute in the web.config file to 80000, but I keep getting the same error-message
Anyone else experienced the same problem?
thanks for your help,
Anthony
Hi Anthony
Did you also set the allowed requestFilter length?
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="80000000" />
</requestFiltering>
</security>
</system.webServer>
Hi Carsten,
no, I also need to set this in the web.config file?
Thanks for your help,
Anthony
Yes, it is in the web.config. Just put in the security section in system.webServer
Don't know why IIS needs the max size configured in two places, one should be enough.
/Carsten
thanks, now it's working, I also had to increase the maxRequestLength attribute to '80000000'
greetings,
Anthony
is working on a reply...