increase media upload file size

 wp_config file use the following code

ini_set('upload_max_filesize', '1024M');
ini_set('max_execution_time',' 259200');

php.ini file use the following code

upload_max_filesize = 1024M
max_execution_time = 259200

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *