Corodova file transfer not working after updating to ionic 2 RC0
问题 Since updating my ionic 2 app to release candidate RC0 the Cordova file transfer plugin is no longer working properly. The server doesn't get any of the parameters (params). The relevant part of my code looks like this: var now = Date.now(); const ft = new Transfer(); var options:any; options = { fileKey: "photo", fileName: this.userID + '_' + now + '_' + fileURL.substr(fileURL.lastIndexOf('/') + 1), mimeType: "image/jpeg", params: { user_id: 1, title: this.title, item_type: 'P', latitude: