javascript - Meteor cordova upload image from gallery? -


i trying upload file gallery of device using image picker plugin cordova returns images location on device. when try access image on phone receive

not allowed load local resource: file:///users/camron/library/developer/coresimulator/devices/f762f636-5357-4a67-904d-10009737bae6/data/containers/data/application/573d203d-3c34-4451-90cd-6e469cff4c0f/tmp/cdv_photo_022.jpg 

//after adding mdg:camera package  var cameraoptions = {       quality: 80,     correctorientation: true,     sourcetype: camera.picturesourcetype.photolibrary }  meteorcamera.getpicture(cameraoptions, function(error, localdata){     // stuff }) 

Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -