• Resolved lordfrank

    (@lordfrank)


    Hi everybody!

    Hope you can solve my desaster!

    We want to sell audiobooks in our store, but I can’t upload the zip-files, when the firewall is activated. I can’t set the max upload limit in the firewall settings higher than 250 MB,(WP upload limit is set to 1 GB) but to sell our audiobook I need to upload files up to 1 GB. How can this issue be solved?

    • This topic was modified 1 year, 2 months ago by lordfrank.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @lordfrank

    WP security > Firewall > Basic firewall rules tab have max file upload limt size, please corss check if basic firewa settings applied and the file size is 250 MB then change it to 1024 to upload 1 GB

    https://snipboard.io/M5GNqe.jpg

    Regards

    Thread Starter lordfrank

    (@lordfrank)

    Hi @hjogiupdraftplus

    Thank you!

    I know exactli what you mean! In the firewall settings is a file size of 250 MB applied. Everytime I change it to 1024 MB and press apply, the value is set back to 250 MB. So I don’t have a chance to get the 1024 MB set.

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @lordfrank

    It seems an issue, I will create an internal ticket for this.

    As a temporary solution you can add the below code in function.php file of the theme and then try update WP security > Firewall > Basic firewall rules tab have max file upload limt size value to 1024 it should work

    add_filter('aiowps_max_allowed_upload_config', function($max_size) { return 1024;} );
    Thread Starter lordfrank

    (@lordfrank)

    Hi @hjogiupdraftplus

    That’s working perfect!

    Thanks a lot. You made my day.

    Regards

    Frank

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘File Upload Issue’ is closed to new replies.