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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 16:01:37 2025 UTC