Mailinglisten-Archive |
> <?
> if ($_POST["inptSave"]) {
> $info = getImageSize($_POST["inptFile"]);
>
> // Kein Ergebnis:
> echo "<pre>" . var_dump($info) . "</pre><br />";
> // auch keins:
> echo "<pre>" . var_dump($_POST["inptFile"]) . "</pre>";
>
> [...]
> }
> ?>
Hmm, ich hab mir die Frage grade selber beantwortet, verstehen tue ich das
allerdings nicht, da IMO unlogisch:
Wenn ich statt $_POST["inptFile"] (und ich bin mir sicher, das method="post"
ist) auf $_REQUEST["inptFile"] umstelle, dann funktioniert es.
php::bar PHP Wiki - Listenarchive