arup-b / ionic-file-upload

Example ionic 4 project which shows how to upload an image taken with the camera plugin without the deprecated FileTransfer plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ionic-file-upload

Example ionic 4 project which shows how to upload an image taken with the camera plugin without the deprecated FileTransfer plugin.

This is based on the empty ionic 4 starter project with following plugins installed:

See home.page.ts for the essential code.

It's basically the js-example from cordova in a typescript/rxjs way (all wrapped into an observable).

About

Example ionic 4 project which shows how to upload an image taken with the camera plugin without the deprecated FileTransfer plugin.

License:Apache License 2.0


Languages

Language:TypeScript 70.7%Language:CSS 14.5%Language:JavaScript 8.7%Language:HTML 6.1%