Skip to content

rimian/ember-cordova-file-transfer

Repository files navigation

Ember Cordova File Transfer

This is an experiment with uploading files from a mobile device using the File Transfer Plugin.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd 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

Running / Development

open ./cordova/platforms/ios/FileTransfer.xcworkspace/

Releases

No releases published

Packages

No packages published