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
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:
22 + 32 = ?
Subscribe to this entry?

 
 [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 14:01:30 2024 UTC