increase media upload file size wp_config file use the following code Source code ini_set('upload_max_filesize', '1024M'); ini_set('max_execution_time',' 259200'); php.ini file use the following code Source code upload_max_filesize = 1024M max_execution_time = 259200