phpbar.de logo

Mailinglisten-Archive

[php] foreach($_FILES)

[php] foreach($_FILES)

Michael Borchers list at tridemail.de
Mon Feb 20 16:00:41 CET 2006


> Michael Borchers wrote:
>> <input type="file" name="files[]" id="files[]" />
>> <input type="file" name="files[]" id="files[]" />
>> ...
>>
>> aber die array formatierung die ich erhalte ist diese:
>> ...
>> Array
>> (
>>     [name] => Array
>>         (
>>             [0] => test.txt
>>             [1] => test.zip
>>         )
>>
>>     [type] => Array
>>         (
>>             [0] => text/plain
>>             [1] => application/x-zip-compressed
>>         )
>> ...
>>
>>
>> wie kriege ich es vernünftig in zwei verschiedene arrays,
>> sprich
>
> Durch ändern des Formulars gar nicht!
>
> Wenn du es unbedingt anders haben willst dann musst du das händisch in
> PHP machen, nachdem du das Formular empfangen hast.
>
>
> -- 
> Sebastian Mendel

ich muss die dateien einzeln untersuchen, um diese später einzeln als 
attachments an eine email anzuhängen, sprich

foreach($FILES as...)

    attach($file); 


php::bar PHP Wiki   -   Listenarchive