Copied to clipboard

Flag this post as spam?

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


  • Helen A 1 post 21 karma points
    Aug 07, 2014 @ 15:35
    Helen A
    0

    Media Upload Error

    I am fairly new to using Umbraco, but I have managed to upload plenty of media files, however I am now trying to upload a PDF file and the progress bar gets to aorund 70%, stops and eventually fails.  I've tried a number of times, and haven't had any luck.

     

    Any help or advice would be appreciated!

  • Bjarne Fyrstenborg 1286 posts 4060 karma points MVP 9x c-trib
    Aug 07, 2014 @ 15:58
    Bjarne Fyrstenborg
    0

    Hi Helen

    What is the file size of the pdf file?

    As default Umbraco allows files of 4 MB (4096 kilobytes) to be uploaded.
    In web.config the file size limit need to be changed: http://our.umbraco.org/forum/core/general/6017-media-file-size-limit

    So this would e.g. allow 10 MB to be uploaded:

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

    You can use a converter like this http://www.whatsabyte.com/P1/byteconverter.htm to help converting the value from Megabytes to Kilobytes.

    /Bjarne 

  • Pradip Raj 2 posts 50 karma points
    Sep 17, 2014 @ 14:08
    Pradip Raj
    0

    Hi Helen,

     

    Yes, Bjarne  gives you good info. You simply add  maxRequestLength="32767" in httpRuntime if you want to upload file upto 32MB.

    Thanks

    Pradip

  • 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