What is the maximum file upload size allowed in the post_max_size and upload_max_filesize configuration options (in PHP 5.3)?
What is the maximum file upload size allowed in the post_max_size and upload_max_filesize configuration
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to the manual entry about
post_max_size:Your limit could be 32bit signed integer limit. ~2,147,483,647 bytes on a 32 bit version. See the
PHP_INT_MAXconstant to get the value for your system:Related: