wymsee / cordova-HTTP

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
371 stars 300 forks source link

file upload and download success and failure callbacks were not called #67

Closed vikassaklecha closed 8 years ago

vikassaklecha commented 8 years ago

When you are uploading/downloading a file, callbacks were not getting triggered.

allie-wake-up commented 8 years ago

the angular part of cordovaHTTP.js returns a promise, so you don't need to pass in callback functions.