I have images uploaded to the blobstore using filesystem API. The files have been uploaded successfully and I can see the blobs in the respective directory.
But then, how do I decode these files such that when sent back to the client or retrieved using the blobstore API, I’m able to get an image? Right now /blobstore/writable:xxx is not useful for me because when I wrap the path in <img src="/blobstore/writable:xxx" />, it doesn’t give me an image.
I got it fixed with this: