Copied to clipboard

Flag this post as spam?

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


  • Matthew Spain 19 posts 86 karma points
    Jul 24, 2015 @ 09:06
    Matthew Spain
    0

    Problem uploading media

    Hello all,

    I am new to Umbraco and am having problems when uploading an MP3 media type where I get internal server error, any ideas why?

    we are planning to sotre the MP3 files for podcasts to be access from the site..

    Thanks

    Matt Spain Kier Business Services

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jul 24, 2015 @ 09:17
    Dennis Aaen
    0

    Hi Matthew and welcome to our :-),

    How big is the size of the MP3 file that you are trying to upload to the media library?

    Looking forward to hear from you.

    /Dennis

  • Matthew Spain 19 posts 86 karma points
    Jul 24, 2015 @ 09:20
    Matthew Spain
    0

    HI Dennis

    Thanks so much for getting in touch. The MP3's range from 5-14mb....

    Look forward to hearing from you

    Matt

  • John Churchley 272 posts 1258 karma points c-trib
    Jul 24, 2015 @ 09:22
    John Churchley
    2

    You might need to change the maxRequestLength in the Web.conifg as the file size is limited to 4mb

    <system.web>
      <httpRuntime  maxRequestLength="102400" executionTimeout="360"/>
    </system.web>
    

    "maxRequestLength - Attribute limits the file upload size for ASP.NET application. This limit can be used to prevent denial of service attacks (DOS) caused by users posting large files to the server. The size specified is in kilobytes. The default is "4096" (4 MB). Max value is "1048576" (1 GB) for .NET Framework 1.0/1.1 and "2097151" (2 GB) for .NET Framework 2.0."

  • Matthew Spain 19 posts 86 karma points
    Jul 24, 2015 @ 09:29
    Matthew Spain
    0

    Hi Jon

    I really appreaciate that and this may sound exceptionally dumb, but where do I locate web.config..? Like I sad I am brand spanky new to this and have not developed before...

    Thanks

    Matt

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jul 24, 2015 @ 09:40
    Dennis Aaen
    1

    Hi Matt,

    The web.config file is located in the folder structure of your Umbraco installation.

    I have just created a screenshot for you so you have an idea where to find it.

    enter image description here

    Hope this helps,

    /Dennis

  • Matthew Spain 19 posts 86 karma points
    Jul 24, 2015 @ 10:37
    Matthew Spain
    0

    Dennis, you are a diamond....

    I'll give it a go and see what happens....you may very well hear from m again soon... :-)

Please Sign in or register to post replies

Write your reply to:

Draft