Offline application that requires to store huge number of images

Planning on doing an offline application that will be deployed ad hoc. Data contains thousands of records and images (like for ID). Is there a good local storage solution for this kind of scenario? Or just storing the images in the application folder the only way?

I think that application folder is the best way.

Do you mean the www/img folder?

Hi Bunny, i’m planning to develop an application like the one you’re describing in this post.

Did you find a solution? Can you point me in the right direction?

(i’m actually planning a ionic + pouchdb solution)

thanks

We went for a different approach. Instead of putting it on local (img) folder of the app we used amazon s3 to upload processed images and used local storage to temporarily store it.