You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2014/01/07 23:41:51 UTC

[jira] [Updated] (CB-4274) File uploading with more than 2 GB from device is being terminated from device side

     [ https://issues.apache.org/jira/browse/CB-4274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser updated CB-4274:
---------------------------

    Component/s: Plugin File Transfer

> File uploading with more than 2 GB from device is being terminated from device side
> -----------------------------------------------------------------------------------
>
>                 Key: CB-4274
>                 URL: https://issues.apache.org/jira/browse/CB-4274
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin File Transfer
>            Reporter: Shahid Nawaz
>            Assignee: Joe Bowser
>            Priority: Minor
>
> Android cordova FileTransfer.java in upload function is using int data type to keep bytes size of file to be uploaded, it works fine as long file size is less than or equal to 2 GB (i.e. int range 2147483647) 
> Problem in FileTransfer.java line 290, and 379: fixedLength = (int) ((FileInputStream)sourceInputStream).getChannel().size() + stringLength;
> Where fixedLength is int and upload fails with 0 bytes.
> Remedy: change fixedLength to long should work.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)