• I know this has been asked and answered before but none of the answers have worked for me. I need to upload a file larger than 8MB and I keep getting caught by the WordPress “size matters” police. I did not have a php.ini file on my root so I tried adding that and :

    upload_max_filesize = 64M
    post_max_size = 64M
    max_execution_time = 300

    no dice. So then I tried altering .htaccess and added:

    PHP_VALUE UPLOAD_MAX_FILE_SIZE 25M
    PHP_VALUE POST_MAX_SIZE 15M
    PHP_VALUE MEMORY_LIMIT 15M

    no dice again. I added the following to wp_config.php:

    define(‘WP_MEMORY_LIMIT’,’64M’);

    strike three I’m out?!?!? I thought CPanel use to have that functionality on it and I am on a VPS so I should be able to manage the php.ini file but right now I seem out of luck. Anybody have any thoughts on this? Here’s an idea – WordPress – how about adding it into the Admin configuration????

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Increase Upload Max Size’ is closed to new replies.