[
https://issues.apache.org/jira/browse/CB-9969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Shakhnazarov resolved CB-9969.
-------------------------------------
Resolution: Fixed
Fixed in 1.4.0-dev
> Windows filetransfer upload error deletes original file.
> ----------------------------------------------------------
>
> Key: CB-9969
> URL: https://issues.apache.org/jira/browse/CB-9969
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin File Transfer
> Environment: windows
> Reporter: Wema Wuyts
> Assignee: Sergey Shakhnazarov
> Labels: reproduced, triaged
>
> The upload function on windows has an onerror handler:
> getTransferError.then(function(transferError) {
> storageFile.deleteAsync().then(function() {
> errorCallback(transferError);
> });
> });
> think this should be :
> getTransferError.then(function(transferError) {
> errorCallback(transferError);
> });
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]