• [ Moderator note: moved to Fixing WordPress. ]

    So far, I’ve been able to upload files (images) sized up to 8MB. Now I can’t upload files larger than 2MB anymore. I’ve checked the space on the server where my blog is hosted and it’s more than enough. Has WordPRess changed anything regarding the allowed upload file size?

Viewing 1 replies (of 1 total)
  • You can increase the maximum upload size in WordPress. Open or create the .htaccess file in the root folder and add the following code. Please change the values accordingly

    php_value upload_max_filesize 64M
    php_value post_max_size 64M
    php_value max_execution_time 300
    php_value max_input_time 300

    Please try and let me know its working or not ??

    • This reply was modified 7 years, 5 months ago by sumithsuku11.
Viewing 1 replies (of 1 total)
  • The topic ‘Maximum upload file size’ is closed to new replies.