Multiple choice

Which of the following constants represents that the size of the uploaded files exceeded the value of the special form field MAX_FILE_SIZE?

  1. UPLOAD_ERR_PARTIAL

  2. UPLOAD_ERR_FORM_SIZE

  3. UPLOAD_ERR_NO_FILE

  4. UPLOAD_ERR_OK

  5. $_POST[]
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This constant represents that the size of the uploaded files exceeded the value of the special form field MAX_FILE_SIZE.