busrauman
busrauman
I'm fetching from camera and gallery with FILE_URI like that, this.camera.getPicture({ quality: 100, destinationType: this.camera.DestinationType.FILE_URI, sourceType: this.camera.PictureSourceType.PHOTOLIBRARY, encodingType: this.camera.EncodingType.JPEG, correctOrientation:true }).then(imageData => { console.log(imageData) }, error => { // this.error...
yes i know, but i dont want to show image only , i need to upload remote server so i need file_uri i am using now normalizeUrl(path) to show selected...
thank you for your advice and time :)
Ofcourse, if i find anything i will share here:)