badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: The uploaded file exceeds the upload_max_filesize directive in php.ini.

#15682

HI all,

This is not the theme issue. Its the server issue. First you make confirm to the server provider to increase the upload memory space. And after that add this inside wp-config.php

define('WP_MEMORY_LIMIT', '64M');

If this still doesnot work then add this code inside php.ini

upload_max_filesize = 64M
post_max_size = 64M

Thank you!