Vasundhara -
You can't call store.capture("folderName",callbackFunction); The
ResourceStore capture method doesn't work on folders.
In order to capture a whole folder, you have to call capture on each
file within the folder. To do so, you either need to manually write
down the URL of each file in the directory, or write code to grab the
URL's of all files within a folder, then feed these URL's to the
ResourceStore capture method.
Does this help?
-Ben
On Nov 21, 5:33 am, vasundhara <vrav...@gmail.com> wrote:
Hello All,
Please help me out how to store image folders and other folders using
Resource store.
So that they will be available at Offline using Google Gears.
Thanx