IndexedDB/TWebFileUpload/TWebDGResponsiveGrid

Hi,

I'm struggling to find the right combination of loading an image file, preferably any image type, from a TWebFileUpload into an indexedDB and subsequently displaying it using a TWebDBResponsiveGrid template.

Any help greatly appreciated.

Thanks,

Ken

Anyone?

Have sorted this out. Problem was that I was trying to use a blob field in indexeddb rather than a string.

Thanks for reporting.