ID: 12845
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: HTTP related
Operating System:
PHP Version: 4.0.6
New Comment:
the system(s) are
- Apache/1.3.12, PHP/4.0.6 on Linux (Redhat6.2)
- Apache/1.3.19, PHP/4.0.6 on Linux (Redhat7.1)
here the script does not work. switching to PHP/4.04pl on the same servers or using
another liveserver with PHP/4.04pl lets the script work correctly.
the upload.php consists of the following (summarized):
<form method="post" action="<? echo $PHP_SELF ?>" enctype="multipart/form-data">
<input type="Hidden" name="ID" value="<? echo $ID; ?>">
<input type="Hidden" name="MAX_FILE_SIZE" value="500000">
24+4 times <input type="file" name="PIC03b">
</form>
and after pressing the button, server hangs.
michael
Previous Comments:
------------------------------------------------------------------------
[2001-08-20 19:44:17] [EMAIL PROTECTED]
I can not reproduce this problem with my system:
Linux (heavily customized RH 6.2)
Apache 1.3.20 / mod_perl / PHP 4.0.7-dev / PHP 3.0.12
All compiled as DSO's. PHP 4.0.7-dev is the latest
CVS. Almost every extension compiled into it...
So what is your system? Web server?
What is in upload.php ?
--Jani
------------------------------------------------------------------------
[2001-08-20 05:22:27] [EMAIL PROTECTED]
change to the last message. we switched again to 4.0.6 due to other problems with
4.04pl (nothing serious). the mentioned url links now to a non working version, we
created a working one too: http://starkalender.de/bug/upload2.php
------------------------------------------------------------------------
[2001-08-20 04:18:04] [EMAIL PROTECTED]
We installed the latest CVS and the problem still exists. The working example with
24++ files (using 4.04pl1 at the moment) can be found under
http://starkalender.de/bug/upload.php .
------------------------------------------------------------------------
[2001-08-19 16:30:19] [EMAIL PROTECTED]
I can not reproduce this with latest CVS. Please try it:
http://snaps.php.net/
--Jani
------------------------------------------------------------------------
[2001-08-19 14:21:58] [EMAIL PROTECTED]
we've got a problem using fileuploads with more than 24 files at the same time. server
gives no response anymore. restricting to 24 files would help. 24++ files _work_ with
4.04pl1. i can provide a demoscript for resolving the bug if necessary
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=12845&edit=1
--
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]