php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8273 Can't submit a form with 50 <input file> tag
Submitted: 2000-12-15 04:54 UTC Modified: 2001-03-09 20:46 UTC
From: fred at dnweb dot fr Assigned:
Status: Closed Package: HTTP related
PHP Version: 4.0.3pl1 OS: Linux RH6.1 / x86
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: fred at dnweb dot fr
New email:
PHP Version: OS:

 

 [2000-12-15 04:54 UTC] fred at dnweb dot fr
When submitting a form (post / enctype multipart/fom-data),
with 50 file input tags,
i obtain this warning message :


Warning: File Upload Mime headers garbled ptr: [ in Unknown on line 0


any ideas ?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-15 11:07 UTC] sniper@php.net
Have you tried with less than 50 ? Does it work then?
And I assume you did put different names for them?
ie. like this :
<input type="file" name="userfileX">
where X is number between 1-50 ?

--Jani
 [2000-12-15 11:15 UTC] sniper@php.net
Please try the latest RC of PHP4.0.4
from http://www.php.net/distributions/ as someone
(in #7218) reported this should be fixed already.

--Jani
 [2001-03-09 20:46 UTC] sniper@php.net
This is fixed.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 15:01:29 2024 UTC