ID:               16884
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Linux / RedHat 7.2
 PHP Version:      4.2.0
 New Comment:

Sorry, I missed the $_FILES Array.


Previous Comments:
------------------------------------------------------------------------

[2002-04-28 03:12:17] [EMAIL PROTECTED]

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

------------------------------------------------------------------------

[2002-04-28 03:03:28] [EMAIL PROTECTED]

I've a form with method="post", when I'm uploading a file with <input
type="file" name="inptFile" /> I've to change my code from:

<?
$tempVar = getImageSize($_POST["inptFile"]);
?>
what doesn't work to
<?
$tempVar = getImageSize($_REQUEST["inptFile"]);
?>
what seems to work. I can't follow that logic.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16884&edit=1

Reply via email to