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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
16 - 7 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 12:01:27 2024 UTC