[PHP-DEV] PHP 4.0 Bug #7218: Form submit with more than 15 "file" type inputs causes warning message From: shiglk <email protected>
Date: 10/15/00

From: shiglk <email protected>
Operating system: RedHat Linux 6.1
PHP version: 4.0.2
PHP Bug Type: Scripting Engine problem
Bug description: Form submit with more than 15 "file" type inputs causes warning message

When i submit a form with more than 15 "file" type inputs causes warning message: "File Upload Mime headers garbled ptr: [ in <b>Unknown</b> on line 0".

The html file looks like:
<FORM METHOD="post" ENCTYPE="multipart/form-data" ACTION="process.php">
<INPUT TYPE="hidden" NAME="id" VALUE="123">
File 1: <INPUT TYPE="file" NAME="file1"><BR>
...
File 16: <INPUT TYPE="file" NAME="file16"><BR>
<INPUT TYPE="submit" VALUE="submit">
</FORM>

I compiled php with:
autoconf
./buildconf
./configure --with-apxs=/usr/sbin/apxs --with-mysql=shared,/usr --with-gd=/usr

please contact me by email if want further info.

-- 
Edit Bug report at: http://bugs.php.net/?id=7218&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>