Answers for "edit php ini upload_max_filesize"

PHP
2

change php max upload size

; Maximum allowed size for uploaded files.
upload_max_filesize = 40M

; Must be greater than or equal to upload_max_filesize
post_max_size = 40M
Posted by: Guest on April-21-2021
2

upload max file size via php.ini

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
Posted by: Guest on December-01-2020
0

upload_max_filesize

php_value upload_max_filesize 2048M
php_value post_max_size 2048M
php_value memory_limit 512M
php_value max_execution_time 300
php_value max_input_time 300
Posted by: Guest on January-14-2022

Browse Popular Code Answers by Language