Yes, my form tag looks like that:
<form method="post" action="submit.php" enctype="multipart/form-data">
I tried shifting around the enctype, but it did not help. The $HTTP_POST_VARS is always empty. Only if I remove it, I get the data of the form fields, but I cannot do file uploads then of course.
This guy here seems to have exactly the same problem as I have:
http://groups.google.com/groups?hl=en&threadm=B8B6599D.A88%25mnc%40stoic.net
he is also using the same php version.
Others seem to have this problem too (checked deja), but there seems to be no solution... 🙁