ho scaricato il multiple-file-element, è abbastanza bello ma no sò come fare il php dell'action per questo motivo:

mi crea questo element
if( element.tagName == 'INPUT' && element.type == 'file' ){
element.name = 'file_' + this.id++;
cosa metto in php es:
$_REQUEST = $_FILES['????']['name'];