Phonegap 3.3.0 Pass Downloaded File Cdvfile Url To Media Scanner
I managed to download a file to the local storage but I can't manage to pass it's path to the media scanner so it gets added to the gallery. I've added a plugin that does the media
Solution 1:
Ended up using the last developer version of phonegap file plugin and using toLocalURL method of the file object as parameter of the media scanner.
Post a Comment for "Phonegap 3.3.0 Pass Downloaded File Cdvfile Url To Media Scanner"