Yes, in the upcoming version of Gears (0.5.4.0 being deployed now) there is
a way to persist a blob while disconnected and to retrieve it at a later
date. Please see the captureBlob and getAsBlob methods of the ResourceStore
class. <http://code.google.com/apis/gears/upcoming/api_localserver.html#classes>
http://code.google.com/apis/gears/upcoming/api_localserver.html#classes
If you have no need to map these resources to a url, you can set the
'enabled' property of a ResourceStore to false and still use the store as a
persistent repository of Blobs.

On Wed, Nov 19, 2008 at 5:11 AM, Maha <[EMAIL PROTECTED]> wrote:

>
> I am trying to use desktop.openFiles() api in offline mode and then
> upload the files at one shot once connected to the net. Since blob
> object (returned using openFiles method) can not be stored in the
> database is there an option to achieve my requirements.
>
> Regards,
> A.Maha.
>

Reply via email to