Ma è un array, devo aggiungere l'index per prendere il name di quel sottoarray!
la struttura è


codice:
Array
(
    [name] => Array
        (
            [0] => 1.txt
            [1] => asdasdasd.txt
        )
 
    [type] => Array
        (
            [0] => text/plain
            [1] => text/plain
        )
 
    [tmp_name] => Array
        (
            [0] => /membri/.dummy/temp/phpxPm8gv
            [1] => /membri/.dummy/temp/php82IJ0R
        )
 
    [error] => Array
        (
            [0] => 0
            [1] => 0
        )
 
    [size] => Array
        (
            [0] => 406
            [1] => 1148
        )
 
)