ID:               16270
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Unknown/Other Function
 Operating System: Linux 2.4.7
 PHP Version:      4.0.6
 New Comment:

(I think this is the same thing?)

 --

On IE6, Windows XP Pro, PHP 4.1.2 I'm seeing some strange stuff when my
form includes more than JUST the image.

Somtimes the variables don't get passed to the script but the file
doesn; sometiems none of it gets passed.

-E


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

[2002-03-25 16:09:53] [EMAIL PROTECTED]

I will talk with the admins of my ISP to see if they upgrade the PHP

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

[2002-03-25 15:43:22] [EMAIL PROTECTED]

Can you try the 4.2.0rc1 from www.php.net/~derick ?

Derick

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

[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

Reply via email to