ID: 7450 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: HTTP related PHP Version: 4.0.1pl2 Assigned To: Comments: 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 Previous Comments: --------------------------------------------------------------------------- [2000-10-26 11:15:49] [EMAIL PROTECTED] 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] [EMAIL PROTECTED] <? //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) --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=7450&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]