We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32507
    • 142 Posts
    Hi,

    For some reason i have problems uploading larger files via Manager.

    Files below 2MB - No problems
    Files from 2MB > - Everything seems to go well, no errors, but the file is not uploaded.
    Files Above 20MB - Error "Access denied"

    -upload_maxsize setting is not the reason. I've set it up to 40MB or so.
    -htaccess is also ok.
    -File type is not the issue either. All file types are behaving same way.
    -Server should allow 100MB uploads.

    Any ideas what might cause this?

    This question has been answered by howvard. See the first response.

    • discuss.answer
      • 46477
      • 21 Posts
      Spotted this in another post.

      moved a server, and even though the max upload file size was 64M, the upload is done using POST, so the post_max_size needed to be updated in my php.ini. No restart was needed
      https://forums.modx.com/thread/45793/access-denied-when-uploading-via-file-manager
        • 32507
        • 142 Posts
        Ok. php.ini did the trick. Thanks!