I'm trying to post a video recorded by a user to a rest endpoint. The user will record a video and then my app will post it to TransloadIt. I'm currently using the FileTransfer Plugin from Cordova. My app just exits when it runs though. Here is what I have.
https://gist.github.com/anonymous/fcbf6fdba12071b68fae
I can't find any examples that are posting a file submitted from a web form. The video in this case is a local file on the device.