Upload image to server

Hi,

I used
var cameraRoll = require(“FuseJS/CameraRoll”);

and then this error appear ,
The ERROR :
[discovery] errors encountered while discovering extensions: Error Domain=PlugInKit Code=13 “query cancelled” UserInfo={NSLocalizedDescription=query cancelled}

Then get this code >>

cameraRoll.getImage()
.then(function(image) {
and I try to print image

2019-01-14 22:14:47.611433+0300 rasseed[2512:1361846] image [object Object]

please I need to upload image to server , How I can do it ?

Thanx,

Did you read this post?