Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ds 191 posts 223 karma points
    Dec 20, 2011 @ 08:10
    ds
    0

    Unable to upload bigger file sizes in media content

    I try to upload a pdf file in the Media section which is around 35MB but everytime I get an error because of the file size.My hosting is ISS 7.5 with Windows Server 2008. I searched on the net and on the forum about some solutions but none of them worked.

    What I tried:

    <system.web>
        <httpRuntime requestValidationMode="2.0" maxRequestLength="1024000" executionTimeout="99999"/>
    </system.web>
       </system.webServer>
    <security>
          <requestFiltering>
            <requestLimits maxAllowedContentLength="1024000"/>
          </requestFiltering>
        </security>
      </system.webServer>

    Hope that someone would give some feedback

  • Jan Skovgaard 11280 posts 23678 karma points MVP 12x admin c-trib
    Dec 20, 2011 @ 08:19
    Jan Skovgaard
    0

    Hi DS

    What does the error message you get say? And how are you uploading the file? Are you using the Desktop Media Uploader or doing it directly from within the media section in Umbraco?

    And on what version of Umbraco do you experience this issue?

    /Jan

  • ds 191 posts 223 karma points
    Dec 20, 2011 @ 08:36
    ds
    0

    Hi Jan,

    I get the following error

    Page not found

    No umbraco document matches the url 'http://www.***.com/Rejected-By-UrlScan?~/umbraco/editMedia.aspx?id=2202'

    umbraco tried this to match it using this xpath query'/root/* [@urlName = "rejected-by-urlscan"] | /root/*/* [@urlName = "rejected-by-urlscan"]')

    This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.

    For more information, visit information about custom 404 on the umbraco website.

    This page is intentionally left ugly ;-)

    I try to upload the file directly within Media Section and my version is 4.7.0

  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Dec 20, 2011 @ 08:51
    Jesper Ordrup
    1

    Hi ds,

    I think its a IIS config thing. 

    http://www.pressthered.com/rejected-by-urlscan_404_errors/

    /Jesper

  • 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.

Please Sign in or register to post replies