I have create a ResourceStore and use captureBlob() to capture file from openFiles(). Actually, this method does its job, I can see in the gear folder of my local machine. However, if I request that file with url that I passed in captureBlob(), it does not show this image.
> 2) The ability to map the file to a url such that when the browser > navigates to that url or refers to that url as the src of some content > displaying surface area (say and <img> tag), the local resource will > be retrieved and loaded into that surface area. Thanks
