Answers for "php file upload size"

PHP
1

php.ini upload image size

##put these directives in a php.ini file in the root of files
upload_max_filesize = 10M
post_max_size = 10M
Posted by: Guest on May-08-2021
1

php maxupload

; 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-08-2020

Browse Popular Code Answers by Language