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
I have the following in my web.config (found here on the forum)
<!-- Increase umbraco action timeouts,
prevent timeout on long running actions, like copy, creating new property etc -->
<location path="umbraco">
<system.web>
<httpRuntime maxRequestLength="204800" executionTimeout="99999"/>
</system.web>
</location>
</configuration>
I can still not upload large files in the media-lib. It reset the upload progress at a certain point.What can I do to upload larger files?
I am having the same problem, I have the exact same code in the web.config but cannot upload a 70MB file (wich is well under the 204800KB or 200MB file limit).
Is this a bug in Umbraco and what can be down as a work around?
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
maxRequestLength does not seem to work?
I have the following in my web.config (found here on the forum)
<!-- Increase umbraco action timeouts,
prevent timeout on long running actions, like copy, creating new property etc -->
<location path="umbraco">
<system.web>
<httpRuntime maxRequestLength="204800" executionTimeout="99999"/>
</system.web>
</location>
</configuration>
I can still not upload large files in the media-lib. It reset the upload progress at a certain point.
What can I do to upload larger files?
I am having the same problem, I have the exact same code in the web.config but cannot upload a 70MB file (wich is well under the 204800KB or 200MB file limit).
Is this a bug in Umbraco and what can be down as a work around?
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.