Hallo,
echo $_FILES['var_in_bild'][0];
bekomme ich garnichts zurück, wieso?
weil $_FILES['foo'] ein assoziatives und kein numerisches Array liefert, siehe http://de2.php.net/manual/de/features.file-upload.php.
Grüße aus Nürnberg
Tobias
Hallo,
echo $_FILES['var_in_bild'][0];
bekomme ich garnichts zurück, wieso?
weil $_FILES['foo'] ein assoziatives und kein numerisches Array liefert, siehe http://de2.php.net/manual/de/features.file-upload.php.
Grüße aus Nürnberg
Tobias