Copied to clipboard

Flag this post as spam?

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


  • Jordy Vialoux 73 posts 103 karma points
    Aug 08, 2012 @ 23:15
    Jordy Vialoux
    0

    Media File Exceed Limit - UI Umbraco

    Hi Guys,

    I have people content populating a site of mine and they are coming across an issue which I have not seen before.

    They are uploading PDF's within the media section and some files exceed the umbraco file size limit.

    Spent a heap of time looking online for a possible fix and so far my research points me to edit something within my web.config file.

    Please note that I am using Umbraco Version 4.7.2 - previous suggestions to look for these snippets of code: 

     maxRequestLength="1048576" requestValidationMode="2.0"/>

     maxAllowedContentLength="1048576" />
    Can not be found within my config.
    All suggestions welcome! 
    Jordy

     

  • Dan 1285 posts 3917 karma points c-trib
    Aug 08, 2012 @ 23:37
    Dan
    1

    Hi Jordy,

    The settings may not be in the web.config file by default, but if not add them.  As to where to add them...  Put the <httpRuntime .../> one anywhere inside the <system.web></system.web> section (see http://msdn.microsoft.com/en-us/library/e1f13641(v=vs.71).aspx) and put <requestLimits .../> as per this article under the header 'Configuration Sample' http://www.iis.net/ConfigReference/system.webServer/security/requestFiltering/requestLimits.  I had the same issue a while back, solved here: http://our.umbraco.org/forum/core/general/26241-Upload-large-files.

  • Dan 1285 posts 3917 karma points c-trib
    Aug 08, 2012 @ 23:41
    Dan
    1

    Damn pipe character crashed my reply - hence the double post, sorry.  Until that's fixed on the forums I'd really try to avoid using that character in the post title.  Frustrating having to avoid it but it can take a while for bugs on our.umbraco to be addressed, so in the meantime if it can be avoided...

  • Jordy Vialoux 73 posts 103 karma points
    Aug 08, 2012 @ 23:44
    Jordy Vialoux
    0

    haha yeah I thought it was that - I will refrain from doing so.

    Thanks for the info Dan - will let you know how I get on! 

  • Jordy Vialoux 73 posts 103 karma points
    Aug 09, 2012 @ 06:22
    Jordy Vialoux
    0

    Dan - this info worked a treat! many thanks for this! 

    Jordy

Please Sign in or register to post replies

Write your reply to:

Draft