• I needed to increase file size limits and this plug-in worked. I have GoDaddy Web Hosting, so I know my file size limits were 128 on their system. I set both the post and upload sizes to 127, and after an HTML upload error on a first try I found that I need to edit my wp-config file to include this:

    /** Increase limit for uploads. */
    define('WP_MEMORY_LIMIT', '127M');

    Their support chats here helped me work through a couple questions at first when I was confused.

  • The topic ‘It did the job after a memory size limit edit on WP-config’ is closed to new replies.