/ionic-file-upload

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

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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).