项目作者: rimian

项目描述 :
高级语言: JavaScript
项目地址: git://github.com/rimian/ember-cordova-file-transfer.git
创建时间: 2017-10-16T23:24:12Z
项目社区:https://github.com/rimian/ember-cordova-file-transfer

开源协议:MIT License

下载


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/