php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7218 Form submit with more than 15 "file" type inputs causes warning message
Submitted: 2000-10-15 09:20 UTC Modified: 2000-11-04 01:05 UTC
From: shiglk at online dot sh dot cn Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.2 OS: RedHat Linux 6.1
Private report: No CVE-ID: None
 [2000-10-15 09:20 UTC] shiglk at online dot sh dot cn
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-03 20:41 UTC] sniper@php.net
Does this happen with latest snapshot from snaps.php.net ?

--Jani
 [2000-11-04 01:05 UTC] sniper@php.net
User reported problem solved when using 200011031745 snapshot.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 04:01:32 2024 UTC