php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57437 Simultaneous file uploads are not updated properly
Submitted: 2006-12-18 03:52 UTC Modified: 2007-02-18 01:38 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: w3b_monk3y at yahoo dot com Assigned:
Status: Suspended Package: APC (PECL)
PHP Version: 5.2.0 RC4 OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: w3b_monk3y at yahoo dot com
New email:
PHP Version: OS:

 

 [2006-12-18 03:52 UTC] w3b_monk3y at yahoo dot com
Description:
------------
If a second file upload begins while another is still in progress the first upload_x variable stops updating. This occurs despite a unique key being provided for each form submission. Likewise, if a third upload begins the second upload_x will stop updating and so on.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-18 01:38 UTC] rasmus@php.net
This is under a threaded web server, I assume?

You can only have one upload per process.  In a multi-process server it works fine.

I'll have a look at making it multithreaded, but I have a distinct distrust for multithreaded web servers, so it probably won't be high on my priority list.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC