<?php foreach($_POST['fichero'] as $key => $value ) { echo "el indice es ".$key." El valor es ".$value."<br>"; } ?>