Home » PHP » PHP File Upload » Question
  1. Which function is used to determine whether a file was uploaded?
    1. uploaded_file(“filename”)
    2. file_uploaded(“filename”)
    3. is_file_uploaded()
    4. is_uploaded_file()
    5. None of these
Correct Option: D

is_uploaded_file()



Your comments will be displayed only after manual approval.