Problem with upload large files

Home Forums Quform WordPress Problem with upload large files

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16873
    hellhound
    Participant

    Hi!
    I need to allow users to upload large files (scanned documents). Currently users obtained only upload approximately 8 MB in the amount of different files of 2MB or 32MB of one large file. Here’s a log of debug.txt and php settings. And also I added in function.php code

    add_filter ('upload_size_limit', 'PBP_increase_upload');
      function PBP_increase_upload ($ bytes)
      {
      return 41943040; // 40 megabyte
      }

    just in case

    • This topic was modified 8 years, 7 months ago by hellhound.
    Attachments:
    You must be logged in to view attached files.
    #16888
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy