ID: 7450
Comment by: drsd at hom dot xom
Reported By: triscaner at yahoo dot com
Status: Closed
Bug Type: HTTP related
Operating System: Linux, redhat 6.1
PHP Version: 4.0.1pl2
New Comment:
qadfasd
Previous Comments:
------------------------------------------------------------------------
[2001-05-22 00:57:08] [EMAIL PROTECTED]
Closing due to no feedback. If the problem persists with php 4.0.5,
please reopen.
------------------------------------------------------------------------
[2001-05-01 05:47:19] [EMAIL PROTECTED]
Please try PHP 4.0.5 (check the manual for how to do file-uploads
because it has changed a tiny bit since 4.0.1pl2).
Let us know if it fixes your problem
------------------------------------------------------------------------
[2000-10-26 11:15:49] triscaner at yahoo dot com
Today i received e-mail from another person who has seen this bug in
FreeBSD platform. He said :
I have also seen this bug "in action".
It is due in my case to the PHP process flopping with a signal 11.
-- under FreeBSD.
Do you have any idea of a patch or fix for this thing?
Thanks, g'luck.
gh
------------------------------------------------------------------------
[2000-10-25 11:05:16] triscaner at yahoo dot com
<? //check for file upload
if ($set=="go")
{
if (is_uploaded_file($UploadedFile))
{
print("Local File: $UploadedFile <BR>\n");
print("Name: $UploadedFile_name <BR>\n");
print("Size: $UploadedFile_size <BR>\n");
print("Type: $UploadedFile_type <BR>\n");
print("<HR>\n");
}
}
?>
<FORM ENCTYPE="multipart/form-data"
ACTION="73.php" METHOD=POST>
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="1024000">
<INPUT NAME="UploadedFile" TYPE="file">
<INPUT TYPE="hidden" name="set" value="go">
<INPUT TYPE="submit" VALUE="Upload">
</FORM>
</BODY>
</HTML>
The above listing doesn't work on PHP 4.0.1 pl2 and PHP 3.0.17.
Symptoms :
once file is chosen and Upload button is pressed
either browser stays as is (hangs) and the file is not copied into
/tmp/ as it should or the browser displays a file not found message and
the file is copied and left in /tmp/.
this occurs both over the internet (PHP 4.0.1 pl2 as cgi on comercial
server) and over ethernet (PHP 3.0.17 as apache static module - test
machine)
This is experianced with IE 5, IE 5.5, and Netscape 4.7
(netscape pops a "document contained no data" message)
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=7450&edit=1