In this project am showing a sample app in ionic framework to transfer any type of files to server
- 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 - 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