PHP File Upload


  1. What is the default value of the directive max_file_limit?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    20 files


  1. Since which version of PHP was the directive max_file_limit available.











  1. 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.



  1. What is the default value of max_input_time directive?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    60 seconds


  1. 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?











  1. 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.



  1. Which directive determines whether PHP scripts on the server can accept file uploads?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    By default its value is on.