G'day,
I am am trying to work out whether it is possible to cache / store locally different files for different users using the HTML5 data storage API's. I am working on a project where we would like to have offline access to PDF documents. Now I can do this sucessfully using the appcache manifest file and explicitly add a file in there, but the issue is that different users need different files cached / stored locally.
Can anyone shed some light as to whether this is even possible?
Cheers