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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...