php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40281 form with enctype="multipart/form-data" doesn't work
Submitted: 2007-01-30 02:55 UTC Modified: 2007-02-07 01:00 UTC
Votes:7
Avg. Score:3.0 ± 1.1
Reproduced:4 of 5 (80.0%)
Same Version:1 (25.0%)
Same OS:1 (25.0%)
From: hongying4 at yahoo dot ca Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.2.1RC4 OS: windows 2003
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: hongying4 at yahoo dot ca
New email:
PHP Version: OS:

 

 [2007-01-30 02:55 UTC] hongying4 at yahoo dot ca
Description:
------------
any form with enctype="multipart/form-data" can't be submitted. it keep 'opening page ...' until time out.
form without enctype="multipart/form-data" works fine.



Reproduce code:
---------------
<?php
echo '<pre>';
print_r($GLOBALS);
echo '</pre>';

?>
<hr>
<form enctype="multipart/form-data" method="POST" >
<!-- <form method="POST"> -->
<input type="text" name="test" value="test1" />
<input type="submit" name="submit" value="submit" />
</form>


Expected result:
----------------
mmmm, should be display all the variables and the form after submitted.

Actual result:
--------------
it display 'opening page http://...... ' 
......
.....
....
...
..
.
(time out)

display 'The page cannot be displayed' page

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-30 02:56 UTC] hongying4 at yahoo dot ca
Apache Version:   Apache/2.2.3 (Win32) 
php version : PHP/5.2.1RC4-dev
 [2007-01-30 09:04 UTC] tony2001@php.net
Works just fine here.
 [2007-02-07 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 06:01:27 2025 UTC