Answers for "how to specify maxfile size in php script"

PHP
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

Code answers related to "how to specify maxfile size in php script"

Browse Popular Code Answers by Language