Copied to clipboard

Flag this post as spam?

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


  • Damon 217 posts 287 karma points
    Oct 21, 2015 @ 08:30
    Damon
    0

    Pdf files not uploading on UAT server

    Hi,

    on localhost, I can upload pdfs files into the Media section using the File data type.

    On UAT, it seems to timeout, the Save button fades and just stays faded, not uploading the file. The file was not that large,

    Whats the problem here?

    Thanks a lot!

  • Matthieu Nelmes 102 posts 385 karma points
    Oct 21, 2015 @ 09:11
    Matthieu Nelmes
    1

    2 things to check,

    First - file permissions on the media folder (NETWORK SERVICE/IUSR)

    Second - Max file size limitation in web.config this is an example where I had clients trying to upload obscenely large pdfs 120mb+

    <security>
    <requestFiltering>
    <requestLimits maxAllowedContentLength="157286400" />
    </requestFiltering>
    </security>
    
Please Sign in or register to post replies

Write your reply to:

Draft