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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
13 + 34 = ?
Subscribe to this entry?

 
 [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: Wed Apr 24 23:01:34 2024 UTC