I had problems trying to store and image the file in the local storage of IndexedDB, I grabbed the file object and tried to click it in IndexedDB, but it seems to throw and throw an error: DOM Exception: DATA_CLONE_ERR (25)
How can I convert a file object that looks like this (below) to what I can store in indexedDB and retrieve from indexedDB later?
attribute: 32 contentType: "image/png" displayName: "image1" displayType: "PNG File" fileType: ".png" name: "image1.png" path: "C:\pictures\image1.png"
source share