ID:               22427
 Comment by:       egil at egil dot net
 Reported By:      jroland at uow dot edu dot au
 Status:           No Feedback
 Bug Type:         *General Issues
 Operating System: Windows XP / 2000
 PHP Version:      4.2.3
 New Comment:

Forgot to mention that I am having this problem with PHP 5.1.4 
running on FreeBSD and Apache 1.3.34.


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

[2006-08-29 17:57:53] egil at egil dot net

I am also getting the exact same problem as "rossi at nelis 
dot fr" and "gregory dot boyer at limbas dot com". I am not 
able to reproduce this problem in other browsers than IE6 
posting using multipart/form-data as enctype.

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

[2006-08-11 15:43:05] gregory dot boyer at limbas dot com

we experience the same trouble as "rossi at nelis dot fr"
A form is send with POST method and with enctype multipart/form-data,
in the target page the first field is missing. It is only occuring in
IE6.0, and only with the enctype

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

[2006-06-07 13:32:25] rossi at nelis dot fr

I confirm to you that i reproduce this problem with PHP5.

The first field (TextArea) is missing when i read $_POST with
var_dump($_POST).

This bug exists only when i'm using Internet Explorer (6.0 for my
version), not with Firefox 1.5.

I'm searching for a solution.
May be i have to create 2 dummy hidden fields :(:(

Please send me an email if you find the solution.

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

[2006-05-18 09:05:39] contact at ligh dot de

>From my point of view, there seems to be a dependance between the
appearance of this issue, and the webbrowser being used.

For example, I never had such an effect using Opera 8.54, but reliably
could reproduce a missing of some first (and always 1 or 2 first)
submitted fields (text, textarea, or files) when using Microsoft
Internet Explorer 6.0 (XP SP2). 

I now started to circumvent this problem by adding two dummy hidden
input fields which are expendable. Still, this issue needs further
investigations, by adding different browsers into account.

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

[2004-08-02 13:51:23] admin at ensifex dot nl

After updating from 4.3.7 to 4.3.8 i'm loosing 
POST data. If i create a form with normal text fields and not to much
input data there doesn't seem to be a problem. 

If i use <textarea> with a text larger 985 characters the post data is
not send.

Used this script to test:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
        <title>Untitled</title>
</head>

<body>
<form action="index.php" method="post">
<textarea name="text"></textarea>
<input type="submit"
</form>

<?
  print_r($_POST);
?>
</body>
</html>

if i add 'enctype="multipart/form-data"' to the form. All post data is
send.

php version : 4.3.8
os: OpenBSD 3.5-current
apache: 1.3.29

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/22427

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

Reply via email to