Edit report at https://bugs.php.net/bug.php?id=59918&edit=1

 ID:                 59918
 Updated by:         larue...@php.net
 Reported by:        chris at easynethk dot com
 Summary:            Progress for uploads > 2GB breaks (32bit issue?)
 Status:             Assigned
 Type:               Feature/Change Request
 Package:            uploadprogress
 Operating System:   CentOS 5.2
 PHP Version:        5.3.6
 Assigned To:        chregu
 Block user comment: N
 Private report:     N

 New Comment:

may be due to the read_byte variable in 
uploadprogress_php_rfc1867_file(uploadprogress.c) 

it was declared to be int,  change it to size_t might fix this problem(not 
sure, 
didn't test).

thanks


Previous Comments:
------------------------------------------------------------------------
[2011-10-24 03:33:31] chris at easynethk dot com

Where is the fix, then? :)

------------------------------------------------------------------------
[2011-10-24 02:37:20] larue...@php.net

assign the 250 USD to author.  :)

------------------------------------------------------------------------
[2011-10-24 01:21:21] chris at easynethk dot com

Noone here that can supply a patch or some fix for this issue? I will PayPal 
250 USD to the first person that supplies a fix :)

------------------------------------------------------------------------
[2011-09-24 03:06:21] wilcobeekhuizen at gmail dot com

This problem also happens when uploading multiple files that are more than 2GB 
combined. bytes_total is negative and est_sec is sometimes a negative number 
and other times a positive number. Casting these numbers to an abs value 
(removing the negative sign) does not yield correct results.

------------------------------------------------------------------------
[2011-08-31 04:09:42] chris at easynethk dot com

Description:
------------
Progress for uploads > 2 GB break. Even though we're using the uploadprogress 
on 64bit machines. Any chance you can solve this with the next update? 

Nowadays more modern browsers have the capability to upload files larger than 
2GB, and this limitation should really be removed from the uploadprogress 
module to be ready for the future.

Feedback is highly appreciated.



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=59918&edit=1

Reply via email to