Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 538 Bytes

File metadata and controls

8 lines (8 loc) · 538 Bytes

File_Transfer

In this project am showing a sample app in ionic framework to transfer any type of files to server

  1. create a project in ionic framework by using the terminal cmd as ionic start projectn*** blank
    2)cd projectnam**
    3)Add ng-cordova.min.js file in index.html and upload that file in js folder of our project
  2. Include 'ngcordova' dependency in angular.module of app.js file
    5)add File transfer plugin to our project
    6)Include cordovaFileTransfer dependency in our projct controller