bthurlow / nativescript-imagecropper

A nativescript image cropping plugin.
Other
49 stars 35 forks source link

How to send image use nativescript-background-http ? #68

Open PetroSuch opened 4 years ago

PetroSuch commented 4 years ago

I need to save image to my file serve. How can i do this using plugin nativescript-background-http ?

shiv19 commented 4 years ago

Please take a look at this file https://github.com/bthurlow/nativescript-imagecropper/blob/master/service-example/image-upload-service.js

it contains an example of how to use this plugin with nativescript-background-http :)