Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Data from "multipart/form-data" discarded

4 views
Skip to first unread message

Miguel Cruz

unread,
Mar 14, 2002, 1:43:58 PM3/14/02
to php-g...@lists.php.net
For some reason, on just one server, data from forms posted with
ENCTYPE="multipart/form-data" never makes it to the PHP script.

We use this extremely simple test script:

<form method="post" enctype="multipart/form-data" action="<?= $PHP_SELF ?>">
<!--<form method="post" action="<?= $PHP_SELF ?>">-->
<input name="textbox">
<input type="submit">
</form>
<pre>
<?= var_dump($_REQUEST) ?>
</pre>

And on this one server, no output shows unless the first <form> tag is
commented and the second uncommented. On all other servers, with apparently
identical configuration, form data appears normally.

The build on this server (PHP 4.1.2) is extremely simple:

./configure --with-apache=../apache_1.2.23 --with-mysql

Any ideas?

miguel

0 new messages