jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

NumberFormatException when parsing size #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Upload a file with size > Integer.MAX_VALUE

File total size and file transferred size are parsed as int with 
Integer.valueOf(), but when file is really big, an int is not enough.

Please change to use long and Long.valueOf to handle file size.

Original issue reported on code.google.com by zigarn on 20 Mar 2012 at 9:19

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r984.

Original comment by manuel.carrasco.m on 23 May 2012 at 3:54

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 30 Nov 2012 at 9:15

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 30 Nov 2012 at 9:25