Wema Wuyts created CB-9969:
------------------------------
Summary: 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
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]