PHP - Superglobals and Web Context
You want to allow users to upload multiple images using an input named 'photos[]'. How is the
$_FILES array structured for this input?$_FILES array structured for this input?$_FILES.$_FILES for multiple files$_FILES['photos']['name'][0].$_FILES['photos']['name'][0], $_FILES['photos']['name'][1], etc. -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions