Interview Questions

What is the maximum size of a file that can be uploaded using PHP and how can we change this?

PHP Interview Questions and Answers


(Continued from previous question...)

What is the maximum size of a file that can be uploaded using PHP and how can we change this?

You can change maximum size of a file set upload_max_filesize variable in php.ini file

(Continued on next question...)

Other Interview Questions