I am writing an ajax application that needs to work offline as well as online.
For this app to work offline i need to be able to store a whole bunch of parameters until the network connectivity is restored. This could amount to several 100kb and so cookies are not the best mechanism.
I know that i could develop this as an hta but i'd rather not because not all functionality will be ajax scripted.
has anyone come up with other good mechanisms for storing information on the local file system (without using java or flash)?
For this app to work offline i need to be able to store a whole bunch of parameters until the network connectivity is restored. This could amount to several 100kb and so cookies are not the best mechanism.
I know that i could develop this as an hta but i'd rather not because not all functionality will be ajax scripted.
has anyone come up with other good mechanisms for storing information on the local file system (without using java or flash)?