PHP File Upload
- What is the default value of the directive max_file_limit?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
20 files
- Since which version of PHP was the directive max_file_limit available.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
The max_file_limit directive sets an upper limit on the number of files which can be simultaneously uploaded.
- What is the default value of max_input_time directive?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
60 seconds
- Which of the following directive determines the maximum amount of time that a PHP script will spend attempting to parse input before registering a fatal error?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
This is relevant because particularly large files can take some time to upload, eclipsing the time set by this directive.
- Which directive determines whether PHP scripts on the server can accept file uploads?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
By default its value is on.