This is an experiment with uploading files from a mobile device using the File Transfer Plugin.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd ember-cordova-file-transfer
npm install
cd cordova
cordova platform add ios
cordova plugin add cordova-plugin-file-transfer
cordova plugin add cordova-plugin-camera
open ./cordova/platforms/ios/FileTransfer.xcworkspace/