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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: shiglk at online dot sh dot cn
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Wed Jul 15 15:00:02 2026 UTC