1.

Since which version of PHP was the directive max_file_limit available.(a) PHP 5.2.1(b) PHP 5.2.2(c) PHP 5.2.12(d) PHP 5.2.21I have been asked this question in final exam.My doubt is from Uploading Files with PHP in chapter File and Session Handling in PHP of PHP

Answer»

Correct answer is (C) PHP 5.2.12

To explain I would say: The max_file_limit DIRECTIVE sets an upper limit on the NUMBER of files which can be simultaneously uploaded.



Discussion

No Comment Found

Related InterviewSolutions