>>288
foreach ($_FILES as $array) {
echo $array["tmp_name"]."<br>";
}