for($i=0;$i<count($foto);$i++){ $foto = $_FILES['foto'][$i]['tmp_name']; }
foreach($_FILES['foto'] as $fotoFile) $foto = $fotoFile['tmp_name']