Table of Contents
WordPress maximum upload file size
WordPress maximum upload file size: Depending on the server, WordPress cannot upload more than 2MB (two megabytes) (there may be exceptions) files by default. There are several methods to0modifying this file upload limitation. One of these is by editing the .htaccess file to maximum upload file size wordpress.

Increase maximum upload file size in WordPress:
Open the .htaccess file from the root folder of cPanel and paste the following code in the last list. Then save.

Copy or Write the code on .htaccess file to Increase maximum upload file size in WordPress: php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 300 The diameter has now increased to your maximum upload file size.