[PHP-DEV] PHP 4.0 Bug #9495: File upload hangs From: dhaval_adams <email protected>
Date: 02/28/01

From: dhaval_adams <email protected>
Operating system: Windows 98
PHP version: 4.0.3pl1
PHP Bug Type: Scripting Engine problem
Bug description: File upload hangs

<html>
<head>
        <title>Cv upload Page</title>
</head>

<body>
<FORM ENCTYPE="multipart/form-data" ACTION="upload.php" METHOD="POST">
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="100000">
Send this file: <INPUT NAME="userfile" TYPE="file">
<INPUT TYPE="submit" VALUE="Send File">
</FORM>
</body>
</html>

Try to upload a file with atleast 97Kb and the Browser hangs.!!!

-- 
Edit Bug report at: http://bugs.php.net/?id=9495&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>