Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
1  
It's possible if you can generate a different manifest file for different users, but it's not really what appcache was designed for. – robertc Jan 24 at 13:20
Agreed, the pdf files are downloaded to the client anyway, so why not just give them the pdf files they will need offline? – mattdlockyer Feb 5 at 4:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.