0
How to increase the value of upload_max_filesize in wordpress environment?
have installed a wordpress website with Ajenti V, and struggling find a way to change the value of upload_max_filesize
Customer support service by UserEcho
Website "Content Tab" (Add into php.ini values)
upload_max_filesize = 50M (Change 50M to your preferred upload size)
Website "Advanced Tab" (Add below to your custom configuration)
client_max_body_size 50M; (Change 50M to your preferred upload size)
Editing .htaccess fixed the issue. or try https://www.sktthemes.net/wordpress/increase-maximum-file-upload-size-wordpress/ to fixed the issue..