Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
windows
Description
The upload function on windows has an onerror handler:
getTransferError.then(function(transferError) {
storageFile.deleteAsync().then(function()
);
});
think this should be :
getTransferError.then(function(transferError) {
errorCallback(transferError);
});
Attachments
Issue Links
- is cloned by
-
CB-10253 file-transfer upload deletes original file on exception
- Closed