ID: 16270 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Unknown/Other Function Operating System: Linux 2.4.7 PHP Version: 4.0.6 New Comment:
Can you try the 4.2.0rc1 from www.php.net/~derick ? Derick Previous Comments: ------------------------------------------------------------------------ [2002-03-25 15:41:20] [EMAIL PROTECTED] When I use a form with ENCTYPE="multipart/form-data" all the variables that should exist from the post are not set. Here is an example of the form: <form action="imagens.php" method="post" ENCTYPE="multipart/form-data"> <input type="hidden" name="acrescentar" value="true"> <input type="hidden" name="ID" value="$ID"> <p>Nome: <input type="text" size="20" name="nome" value=""></p> <p>Ficheiro: <input type="file" name="upfile"></p> <p><input type="submit" name="submitar"> <input type="reset" name="resetar"></p> </form> The variable $acrescentar, $ID, $nome and $upfile are not set I don't know if it is a bug of PHP, or something my ISP changed in the configuration file, but this worked and now it doesn't. Sorry my bad english ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16270&edit=1
