phpbar.de logo

Mailinglisten-Archive

[php] foreach($_FILES)

[php] foreach($_FILES)

Sebastian Mendel lists at sebastianmendel.de
Mon Feb 20 15:57:10 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

www.sebastianmendel.de
www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

php::bar PHP Wiki   -   Listenarchive