wymsee / cordova-imagePicker

Cordova Plugin For Multiple Image Selection
MIT License
407 stars 853 forks source link

Original url of image #246

Open prateek-js opened 6 years ago

prateek-js commented 6 years ago

After selection i get tmp url of image. Is there any way where i get the original file path of the images. As i need to save the path in storage and at some specified network connectivity want to sync with server

Balaji-Gopal commented 6 years ago

@prtku1990 did you found the solution for getting original images? I am getting tmp urls from cache folder, Where there are no original images are copied but still I do get the tmp urls where the actual file is not present in it. :(

prateek-js commented 6 years ago

@Balaji-Gopal After getting the temp url i'm makig a entry app location using file api and saving that path. Or if you dont want to choose multiple images and single image makes sense then better to use camera plugin PHOTO_LIBRARY option as it provides you with original url