php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9495 File upload hangs
Submitted: 2001-02-28 06:55 UTC Modified: 2001-03-03 18:31 UTC
From: dhaval_adams at yahoo dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.3pl1 OS: Windows 98
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:
26 + 10 = ?
Subscribe to this entry?

 
 [2001-02-28 06:55 UTC] dhaval_adams at yahoo dot com
<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.!!!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-01 17:25 UTC] sniper@php.net
Have you tried PHP 4.0.4pl1 ?
Does this happen with it too?

--Jani

 [2001-03-03 18:31 UTC] sniper@php.net
User feedback:
------------------------------------
Well Yes I tried it on cqhost.com. I have found out
using phpinfo() that they are running php4.0.4pl1

This is happening. And it's not becoz the server is
down Co Other php files work fast even database
queries work good , only file upload creates the
problem.

I'll be uploading the file on cqhost in 2 days time. I
think you can check it out then. 
-------------------------------------

Please contact the administrators of that site and tell them about your problem.
Tell them to open a bug report themselves with proper information.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 18:02:40 2024 UTC