Hi,SHIMUL

How to increase file upload size – memory limit – execution time in WordPress?

To increase the file upload size, memory limit, and execution time in WordPress, you can follow the steps below: 1. php.ini codes===============upload_max_filesize = 256Mpost_max_size = 256Mmemory_limit = 256Mfile_uploads = Onupload_max_filesize = 128Mmax_execution_time = 300max_allowed_packet_size = 524288000 above    # BEGIN WordPress 2. .htaccess codes===================php_value max_input_vars 5000php_value max_execution_time 300php_value post_max_size 128Mphp_value upload_max_filesize 128Mphp_value memory_limit 256M 3. […]

Md.Shimul Hossain

Typically replies within a day