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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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 Apr 19 06:01:29 2024 UTC