locked
Resolving file URI of blob type failed RRS feed

  • Question

  • I want to upload image seleted from camera roll in windows 8 app. It comes in the form of

    blob:6DDB4A4A-1F9C-4155-9E7A-BF7C8542071D

    It fails to resolve using

    window.resolveLocalFileSystemURL(fileURI, onResolveSuccess,onResolveFail); with error code 5.

    How to resolve it? I am using cordova file plugin.

    Friday, September 5, 2014 11:21 AM

Answers

  • Hi Asha,

    As I suggested in your previous post, window.resolveLocalFileSystemURL is not a original JavaScript method or WinJS method, we cannot figure out what's inside. You may want to ask such question at Cordova site instead of here. I believe you may get a more sufficient answer there.

    Thanks for your understanding.

    --James


    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support

    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

    Monday, September 8, 2014 3:09 AM
    Moderator