Jamal Johnson created CB-5394: --------------------------------- Summary: FileTransfer.abort doesn't stop Upload from completing Key: CB-5394 URL: https://issues.apache.org/jira/browse/CB-5394 Project: Apache Cordova Issue Type: Bug Components: Plugin File Transfer Affects Versions: 3.1.0 Environment: iOS 7 Reporter: Jamal Johnson
When uploading a file using the FileTransfer plugin and calling the abort() method, everything works as the documentation states as far as the failure callback being called with the appropriate information, however the upload continues and completes on the server, the connection doesn't "close" even though the obj-c code seems to calling "cancel" on the connection object. -- This message was sent by Atlassian JIRA (v6.1#6144)