PhoneGap .wav upload from an iOS device is creating a 0k file on the server
问题 I am attempting to record audio on an iPhone using PhoneGap, then send that audio to a server. I am using PhoneGaps Media APIs to make the recording, then the PhoneGap file transfer API to send the file to the server. I am able to make the recording just fine, and playing it back works perfectly. When I try to send it to the server, however, the recording shows up on the server but it says the file is 0k big. I've done fairly extensive searching on this issue and found others that have had