php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7719 form enctype=multipart/form-data DONT WORK !
Submitted: 2000-11-09 06:50 UTC Modified: 2000-11-09 11:36 UTC
From: strange at unicon dot ru Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 3.0.17 OS: FreeBSD 4.1.1-STABLE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: strange at unicon dot ru
New email:
PHP Version: OS:

 

 [2000-11-09 06:50 UTC] strange at unicon dot ru
In php 3.0.16 this scripts works fine, but in 3.0.17 Browser says:
"Document contain no data" ;(
And cache set error ERR_ZERO_SIZE_OBJECT

index.phtml
--------
<form name=xxx method=post enctype="multipart/form-data" action=2.phtml>
<input type=text name=ttt><BR>
<input type=submit name="Ok">
</form>
--------

2.phtml
-------
<?
print "aaaa $ttt";
?>
-------

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-09 11:36 UTC] rasmus@php.net
Fixed in CVS.  Grab a snapshot from http://snaps.php.net or revert to 3.0.16
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC