loracsilva / ionic3-cordova-upload-file

Ionic 3 and Cordova Upload File using Camera, File and File Transfer Native Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Upload File on Ionic 3 using Native File Transfer Plugin

This source code is part of How to Upload File on Ionic 3 using Native File Transfer Plugin Tutorial

If you think this source code is useful, it will be great if you just give it star or just buy me a cup of cofee Donate

With the Ionic CLI:

Take the name after ionic2-starter-, and that is the name of the template to be used when using the ionic start command below:

$ sudo npm install -g ionic cordova
$ ionic start myBlank blank

Then, to run it, cd into myBlank and run:

$ ionic cordova platform add ios
$ ionic cordova run ios

Substitute ios for android if not on a Mac.

About

Ionic 3 and Cordova Upload File using Camera, File and File Transfer Native Plugin

License:MIT License


Languages

Language:TypeScript 40.5%Language:CSS 30.7%Language:HTML 21.0%Language:JavaScript 7.8%