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
Post a Comment