Github user darkyen commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/65#issuecomment-116785859 @cfjedimaster The platform you tested seems to be android, on windows phone you cannot directly use absolute paths (for obvious reasons). Windows returns a file, get the absolute url out of the file, read it again(also messing up with path is quite hectic on wp) using windows api (which already gave u the file), whereas if we use blob urls they are the de-facto way to read media on filesystem, now the runtime itself manages the reading of the file, the user can store the file if they want. Also a blob url is actually just a uuid, (its not data-url). Its actually smaller than the absolute file path on windows phone. ;-)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org