Cordova FileTransfer sends file but nothing received
问题 I'm sending a video recorded via Cordova's MediaCapture plugin to a remote server via the FileTransfer plugin, but nothing - neither the file, nor any data whatsoever - is arriving at the server end. The server receives the request, but it seems to be empty. According to Cordova, everything goes fine. Here's the readout from the success callback: And here's my JS: ( mediaFiles[0] is the captured video file) var options = new FileUploadOptions(); options.fileName = 'foo.bar'; options.mimeType