Multiple choice

Which of the following constants represents that the file was uploaded successfully and no error occurred?

  1. UPLOAD_ERR_NO_FILE

  2. UPLOAD_ERR_FORM_SIZE

  3. UPLOAD_ERR_OK

  4. list()

  5. Assignment operator

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

This constant represents that the file was uploaded successfully and no error occurred.