1
Answer

cordova unable to get Image Name

Osmosys Osmosys

Osmosys Osmosys

9y
795
1

I am using cordova 3.4.1 and i want to browse the images from gallery and disply the name in the lablel , i am using the code below but it was writting a number like 17654 and with out any exrtension of the image

imageData.substr(imageData.lastIndexOf('/') + 1)


Answers (1)