A ResourceStore (see the localserver corner of the world) can be used
as a storage repository for Blobs. If a resource store is not enabled
(store.enabled = false), the contained resources are not eligible for
local serving during intercepted request handling. So you can use this
component purely for storage/retrieval via script (.captureBlob() and
.getAsBlob()). Gears HttpRequest can upload blobs.

Hope this helps


On Wed, Feb 18, 2009 at 8:52 AM, ToddG <[email protected]> wrote:
>
> I am exploring an idea which basically I would like to take a local
> image file from the filesystem (jpg or png) and store it in the gears
> db. I would manually sync with my server at a later time.  This
> process works great for my text data, but I would like to add in image
> data.  Is this possible?  Any clue how to read the file into the db?
>
> Thanks,
>
>

Reply via email to