Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
3.1.0
-
None
-
iOS 7
Description
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. (more info from a post I sent to google groups with no response: https://groups.google.com/forum/#!searchin/phonegap/abort/phonegap/eoN8HLrutIM/1GSeDIJfnKgJ)