hello,
my web application contains files which can be edited while online
with a client-side program using WEBDAV ( just by clicking an 'edit'
button, they can open the remote file with a local program and save it
as if it was on his desktop) Now i need to do the same while offline,
that is to say, i need to open a file which is in my local store with
a client-side program.
I managed to do it using a signed java applet (so i can access to
local resources)  and reading the file directly from the path to the
google Gears local store. I don't think it's really clean to do it
like that so
Do you see an other way to do it?

Reply via email to