ho scaricato il multiple-file-element, è abbastanza bello ma no sò come fare il php dell'action per questo motivo:
mi crea questo element
cosa metto in php es:if( element.tagName == 'INPUT' && element.type == 'file' ){
element.name = 'file_' + this.id++;
$_REQUEST = $_FILES['????']['name'];

Rispondi quotando