For my Sencha project, I want to download few images from server and save in the project for later use. I plan to use the local store.
I understand we need to send image data file in json format. Later i will need to save this data blog in local store and while displaying convert it into png and display. But is this possible in Sencha. I have not done json parsing in sencha. Am new to this Pls guide
- how i will parse json for image data
- how to convert data file to image format.
- is there any better to achieve this. Pls comment.