NeerajaaG

Results 3 comments of NeerajaaG

It is working fine for me. I used filnename= path.substring(item.path.lastIndexOf('/') + 1), to get the selected image name from its path

Hi My requirement is to make my unique deviceId as Prefix and upload pictures in a folder which is prefix For example my deviceId is '3ac.....'. so I need to...

set includeBase64:true, in openPicker, you will get binary data in response object. ImagePicker.openPicker ({ includeBase64:true, // add this line }).then(response => {})