• Resolved garzak

    (@garzak)


    Hello,

    I am using the plugin version 1.3.5.3.

    I have set the following in my .htaccess file at the root of my website:
    php_value max_execution_time 720
    php_value memory_limit 2G
    php_value post_max_size 2G
    php_value upload_max_filesize 2G

    I can see from the WP backend when I go to upload media that the limit says it is 2GB.

    I am getting the following message: The uploaded file exceeds the maximum upload size of your server.

    Even when I upload only about 35-40mb I get the message. The number of files does not seem to matter because I was able to successfully submit 50 small pictures but am getting the message when sending larger pictures but a small amount.

    Let me know what I can try, because I can’t seem to understand what causes the error message. I have increased every limit I could find but still getting the error.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Glen Mongaya

    (@glenwpcoder)

    Hello @garzak ,

    May I know which section/page where the form uploader was added? I can’t find it in your site.

    Glen

    Hello Author,

    I am unable to create a new topic, therefore, I am replying on this one.

    I am facing the same issue on my website – the limit to upload is 10GB which is evident from Add New Media page.
    But, when I am trying to upload a 42MB file – it is giving me the following error
    “The uploaded file exceeds the maximum upload size of your server”

    My page is : http://itutorielts.com/add-a-class-and-recording/

    Please assist

    Plugin Author Glen Mongaya

    (@glenwpcoder)

    @chitkaran

    There’s a change that even if you changed upload limit to 10BG uploading large will fail due server max execution time or timeout.

    You may try and configure your server settings, or better to contact your hosting provider what’s the correct configuration.

    max_execution_time = 1800
    max_input_time = -1
    post_max_size = 100M
    memory_limit = 256M

    • This reply was modified 3 years, 9 months ago by Glen Mongaya.

    Great, I changed these on the .htaccess file works like a charm

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The uploaded file exceeds the maximum upload size of your server.’ is closed to new replies.