Support » Fixing WordPress » Increase upload size / memory size (WP 3.3)

  • Guido

    (@guido07111975)


    Hi,

    I know there are a lot of topics about this, but could not find one about current version..

    Since I upgraded to 3.3 the upload size is only 8MB.

    So I tried:
    – Add code in wp-config.php file:
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    – Create file php.ini and upload to server:
    upload_max_filesize = 64M
    post_max_size = 64M

    But still 8MB.

    Did something changed in new version of WP?

  • The topic ‘Increase upload size / memory size (WP 3.3)’ is closed to new replies.