You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Shakhnazarov (JIRA)" <ji...@apache.org> on 2015/11/19 16:25:11 UTC

[jira] [Updated] (CB-9027) FileTransfer#download fails with FileTransferError.CONNECTION_ERR after 60 sec. on iOS

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

Sergey Shakhnazarov updated CB-9027:
------------------------------------
    Issue Type: New Feature  (was: Bug)

> FileTransfer#download fails with FileTransferError.CONNECTION_ERR after 60 sec. on iOS
> --------------------------------------------------------------------------------------
>
>                 Key: CB-9027
>                 URL: https://issues.apache.org/jira/browse/CB-9027
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: Plugin File Transfer
>    Affects Versions: 3.4.0
>         Environment: iPhone 4s, iOS 8.3
> iPhone 5s, iOS 8.3
> Cordova 3.4.1
> FileTransfer 0.4.2
>            Reporter: Alexander Kilinskiy
>
> (x) when I try to download large file on iOS I receive FileTransferError.CONNECTION_ERR in 60 seconds (file generation tooks ~ 70-90 sec).
> Standard code used:
> {code:javascript}var fileTransfer = new window.FileTransfer(),
>   fileUrl = "", // some valid url (big file ~ 100Mb)
>   filePath = ""; // some valid location
> fileTransfer.download(fileUrl, 
>                       filePath, 
>                       function(entry) {
>                         // process file
>                       }, 
>                       function(error) {
>                         // process error
>                       });{code}
> Could i set custom timeout instead of 60 sec? 
> P.S. android devices wait till file is generated (70-90 sec)
> Thanks in advance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org