Multiple choice

Which of the following constants represents that the size of the uploaded files exceeded the value of the UPLOAD_MAX_FILE setting from PHP.ini?

  1. UPLOAD_ERR_INI_SIZE

  2. UPLOAD_ERR_FROM_SIZE

  3. UPLOAD_ERR_NO_FILE

  4. $_SERVER[]
  5. Assignment operator

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This constant represents that the size of the uploaded files exceeded the value of the UPLOAD_MAX_FILE setting from PHP.ini.